Html Css Color HEX #5952CC Slate Blue

📋 copy color: '#5952CC'

red 89 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #5952CC

Tints of Slate Blue #5952CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 23.73%
G = 21.87%
B = 54.4%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5952CC (or 0x5952CC) is known color: Slate Blue. HEX triplet: 59, 52 and CC. RGB value is (89,82,204). Sum of RGB (Red+Green+Blue) = 89+82+204=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5952CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952CC is #A6AD33. Grayscale: #616161. Windows color (decimal): -10923316 or 13390425. OLE color: 13390425.

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

Color convert

RGB 89 82 204 -
CMYK 0.56 0.60 0 0.2
HSL 243.44º 0.54% 0.56% -
HSV(B) 243.44º 0.6% 0.8% -
XYZ 18.04 12.52 58.59 -
YUV 98 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 89 82 204 0.56 0.60 0 0.2 243.44 0.54 0.56
Hex 59 52 CC 38 3C 0 14 F3 36 38
Octal 131 122 314 70 74 0 24 363 66 70
Binary 1011001 1010010 11001100 111000 111100 0 10100 11110011 110110 111000

Color Harmonies of #5952CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952CC

Black with #5952CC

Text Example


Text Example

White with #5952CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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