#5642DD

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

Shades of Slate Blue #5642DD

Tints of Slate Blue #5642DD

Color information

#5642DD (or 0x5642DD) is unknown color: approx Slate Blue. HEX triplet: 56, 42 and DD. RGB value is (86,66,221). Sum of RGB (Red+Green+Blue) = 86+66+221=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #5642DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642DD is #A9BD22. Grayscale: #595959. Windows color (decimal): -11124003 or 14500438. OLE color: 14500438.

HSL color Cylindrical-coordinate representation of color #5642DD: hue angle of 247.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5642DD is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8666221-
CMYK0.610.7000.13
HSL247.74º69.51%56.27%-
HSV(B)247.74º70.14%86.67%-
XYZ18.8411.169.56-
YUV89.65202.13125.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=23.06%
G=17.69%
B=59.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86662210.610.7000.13247.7469.5156.27
Hex5642DD3D460Df84638
Octal1261023357510601537010670
Binary1010110100001011011101111101100011001101111110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5642DD; }

 p { color: rgb(86,66,221); }

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

<style>
 a { background-color: #5642DD; }

 a { background-color: rgb(86,66,221); }

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

<style>
 span { border-color: #5642DD; }

 span { border-color: rgb(86,66,221); }

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