#5440CD

Color #5440CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5440CD

Tints of Slate Blue #5440CD

Color information

#5440CD (or 0x5440CD) is unknown color: approx Slate Blue. HEX triplet: 54, 40 and CD. RGB value is (84,64,205). Sum of RGB (Red+Green+Blue) = 84+64+205=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5440CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440CD is #ABBF32. Grayscale: #555555. Windows color (decimal): -11255603 or 13451348. OLE color: 13451348.

HSL color Cylindrical-coordinate representation of color #5440CD: hue angle of 248.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5440CD is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8464205-
CMYK0.590.6900.20
HSL248.51º58.51%52.75%-
HSV(B)248.51º68.78%80.39%-
XYZ16.519.9658.81-
YUV86.05195.13126.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 205 (80.47% from 255) = 58.07%
R=23.80%
G=18.13%
B=58.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84642050.590.6900.20248.5158.5152.75
Hex5440CD3B45014f93b35
Octal124100315731050243717365
Binary1010100100000011001101111011100010101010011111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5440CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5440CD; }

 p { color: rgb(84,64,205); }

 H1.HeaderClassName
 {
   color: #5440CD;
 }
 .AnyTagClassName
 {
   color: #5440CD;
 }
</style>
background-color css

<style>
 a { background-color: #5440CD; }

 a { background-color: rgb(84,64,205); }

 div.DivClassName
 {
   background-color: #5440CD;
 }
 .BgClassName
 {
   background-color: #5440CD;
 }
</style>
border-color css

<style>
 span { border-color: #5440CD; }

 span { border-color: rgb(84,64,205); }

 td.TdClassName
 {
   border-color: #5440CD;
 }
 .TagClassName
 {
   border-color: #5440CD;
 }
</style>