Html Css Color HEX #5947CC Slate Blue

📋 copy color: '#5947CC'

red 89 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #5947CC

Tints of Slate Blue #5947CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 24.45%
G = 19.51%
B = 56.04%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5947CC (or 0x5947CC) is known color: Slate Blue. HEX triplet: 59, 47 and CC. RGB value is (89,71,204). Sum of RGB (Red+Green+Blue) = 89+71+204=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #5947CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5947CC is #A6B833. Grayscale: #5B5B5B. Windows color (decimal): -10926132 or 13387609. OLE color: 13387609.

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

Color convert

RGB 89 71 204 -
CMYK 0.56 0.65 0 0.2
HSL 248.12º 0.57% 0.54% -
HSV(B) 248.12º 0.65% 0.8% -
XYZ 17.27 10.99 58.34 -
YUV 91.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 89 71 204 0.56 0.65 0 0.2 248.12 0.57 0.54
Hex 59 47 CC 38 41 0 14 F8 39 36
Octal 131 107 314 70 101 0 24 370 71 66
Binary 1011001 1000111 11001100 111000 1000001 0 10100 11111000 111001 110110

Color Harmonies of #5947CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5947CC

Black with #5947CC

Text Example


Text Example

White with #5947CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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