Html Css Color HEX #5942CE Slate Blue

📋 copy color: '#5942CE'

red 89 ◦ green 66 ◦ blue 206

#5942CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5942CE

Tints of Slate Blue #5942CE

RGB

 RED value IS 89 (35.16% from 255) = 24.65%

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 24.65%
G = 18.28%
B = 57.06%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5942CE (or 0x5942CE) is known color: Slate Blue. HEX triplet: 59, 42 and CE. RGB value is (89,66,206). Sum of RGB (Red+Green+Blue) = 89+66+206=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5942CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942CE is #A6BD31. Grayscale: #585858. Windows color (decimal): -10927410 or 13517401. OLE color: 13517401.

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

Color convert

RGB 89 66 206 -
CMYK 0.57 0.68 0 0.19
HSL 249.86º 0.59% 0.53% -
HSV(B) 249.86º 0.68% 0.81% -
XYZ 17.21 10.48 59.51 -
YUV 88.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 89 66 206 0.57 0.68 0 0.19 249.86 0.59 0.53
Hex 59 42 CE 39 44 0 13 FA 3B 35
Octal 131 102 316 71 104 0 23 372 73 65
Binary 1011001 1000010 11001110 111001 1000100 0 10011 11111010 111011 110101

Color Harmonies of #5942CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5942CE

Black with #5942CE

Text Example


Text Example

White with #5942CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5942CE; }

 p { color: rgb(89,66,206); }

 H1.HeaderClassName
 {
   color: #5942CE;
 }
 .AnyTagClassName
 {
   color: #5942CE;
 }
</style>

background-color css

<style>
 a { background-color: #5942CE; }

 a { background-color: rgb(89,66,206); }

 div.DivClassName
 {
   background-color: #5942CE;
 }
 .BgClassName
 {
   background-color: #5942CE;
 }
</style>

border-color css

<style>
 span { border-color: #5942CE; }

 span { border-color: rgb(89,66,206); }

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