#5842CA

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

Shades of Slate Blue #5842CA

Tints of Slate Blue #5842CA

Color information

#5842CA (or 0x5842CA) is unknown color: approx Slate Blue. HEX triplet: 58, 42 and CA. RGB value is (88,66,202). Sum of RGB (Red+Green+Blue) = 88+66+202=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #5842CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842CA is #A7BD35. Grayscale: #575757. Windows color (decimal): -10992950 or 13255256. OLE color: 13255256.

HSL color Cylindrical-coordinate representation of color #5842CA: hue angle of 249.71º 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 #5842CA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8866202-
CMYK0.560.6700.21
HSL249.71º56.2%52.55%-
HSV(B)249.71º67.33%79.22%-
XYZ16.6310.2456.98-
YUV88.08192.29127.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=24.72%
G=18.54%
B=56.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88662020.560.6700.21249.7156.252.55
Hex5842CA3843015fa3835
Octal130102312701030253727065
Binary1011000100001011001010111000100001101010111111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5842CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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