#5440CF

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

Shades of Slate Blue #5440CF

Tints of Slate Blue #5440CF

Color information

#5440CF (or 0x5440CF) is unknown color: approx Slate Blue. HEX triplet: 54, 40 and CF. RGB value is (84,64,207). Sum of RGB (Red+Green+Blue) = 84+64+207=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #5440CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440CF is #ABBF30. Grayscale: #555555. Windows color (decimal): -11255601 or 13582420. OLE color: 13582420.

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

Color convert

RGB8464207-
CMYK0.590.6900.19
HSL248.39º59.83%53.14%-
HSV(B)248.39º69.08%81.18%-
XYZ16.7510.0660.09-
YUV86.28196.13126.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=23.66%
G=18.03%
B=58.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal84642070.590.6900.19248.3959.8353.14
Hex5440CF3B45013f83c35
Octal124100317731050233707465
Binary1010100100000011001111111011100010101001111111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5440CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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