Html Css Color HEX #5952CE Slate Blue

📋 copy color: '#5952CE'

red 89 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #5952CE

Tints of Slate Blue #5952CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 23.61%
G = 21.75%
B = 54.64%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5952CE (or 0x5952CE) is known color: Slate Blue. HEX triplet: 59, 52 and CE. RGB value is (89,82,206). Sum of RGB (Red+Green+Blue) = 89+82+206=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5952CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952CE is #A6AD31. Grayscale: #616161. Windows color (decimal): -10923314 or 13521497. OLE color: 13521497.

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

Color convert

RGB 89 82 206 -
CMYK 0.57 0.60 0 0.19
HSL 243.39º 0.56% 0.56% -
HSV(B) 243.39º 0.6% 0.81% -
XYZ 18.28 12.61 59.86 -
YUV 98.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 89 82 206 0.57 0.60 0 0.19 243.39 0.56 0.56
Hex 59 52 CE 39 3C 0 13 F3 38 38
Octal 131 122 316 71 74 0 23 363 70 70
Binary 1011001 1010010 11001110 111001 111100 0 10011 11110011 111000 111000

Color Harmonies of #5952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952CE

Black with #5952CE

Text Example


Text Example

White with #5952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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