#5642CA

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

Shades of Slate Blue #5642CA

Tints of Slate Blue #5642CA

Color information

#5642CA (or 0x5642CA) is unknown color: approx Slate Blue. HEX triplet: 56, 42 and CA. RGB value is (86,66,202). Sum of RGB (Red+Green+Blue) = 86+66+202=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #5642CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642CA is #A9BD35. Grayscale: #565656. Windows color (decimal): -11124022 or 13255254. OLE color: 13255254.

HSL color Cylindrical-coordinate representation of color #5642CA: hue angle of 248.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5642CA is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8666202-
CMYK0.570.6700.21
HSL248.82º56.2%52.55%-
HSV(B)248.82º67.33%79.22%-
XYZ16.4510.1456.97-
YUV87.48192.63126.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=24.29%
G=18.64%
B=57.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86662020.570.6700.21248.8256.252.55
Hex5642CA3943015f93835
Octal126102312711030253717065
Binary1010110100001011001010111001100001101010111111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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