Html Css Color HEX #5C59CC Slate Blue

📋 copy color: '#5C59CC'

red 92 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #5C59CC

Tints of Slate Blue #5C59CC

RGB

 RED value IS 92 (36.33% from 255) = 23.9%

 GREEN value IS 89 (35.16% from 255) = 23.12%

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

R = 23.9%
G = 23.12%
B = 52.99%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C59CC (or 0x5C59CC) is known color: Slate Blue. HEX triplet: 5C, 59 and CC. RGB value is (92,89,204). Sum of RGB (Red+Green+Blue) = 92+89+204=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59CC is #A3A633. Grayscale: #666666. Windows color (decimal): -10724916 or 13392220. OLE color: 13392220.

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

Color convert

RGB 92 89 204 -
CMYK 0.55 0.56 0 0.2
HSL 241.57º 0.53% 0.57% -
HSV(B) 241.57º 0.56% 0.8% -
XYZ 18.89 13.78 58.79 -
YUV 103.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 92 89 204 0.55 0.56 0 0.2 241.57 0.53 0.57
Hex 5C 59 CC 37 38 0 14 F2 35 39
Octal 134 131 314 67 70 0 24 362 65 71
Binary 1011100 1011001 11001100 110111 111000 0 10100 11110010 110101 111001

Color Harmonies of #5C59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C59CC

Black with #5C59CC

Text Example


Text Example

White with #5C59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C59CC; }

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

 H1.HeaderClassName
 {
   color: #5C59CC;
 }
 .AnyTagClassName
 {
   color: #5C59CC;
 }
</style>

background-color css

<style>
 a { background-color: #5C59CC; }

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

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

border-color css

<style>
 span { border-color: #5C59CC; }

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

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