Html Css Color HEX #5C5972 Smoky

📋 copy color: '#5C5972'

red 92 ◦ green 89 ◦ blue 114

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

Shades of Smoky #5C5972

Tints of Smoky #5C5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 31.19%
G = 30.17%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5972 (or 0x5C5972) is known color: Smoky. HEX triplet: 5C, 59 and 72. RGB value is (92,89,114). Sum of RGB (Red+Green+Blue) = 92+89+114=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5972 is #A3A68D. Grayscale: #5C5C5C. Windows color (decimal): -10725006 or 7493980. OLE color: 7493980.

HSL color Cylindrical-coordinate representation of color #5C5972: hue angle of 247.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C5972 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 89 114 -
CMYK 0.19 0.22 0 0.55
HSL 247.2º 0.12% 0.4% -
HSV(B) 247.2º 0.22% 0.45% -
XYZ 11.02 10.63 17.39 -
YUV 92.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 92 89 114 0.19 0.22 0 0.55 247.2 0.12 0.4
Hex 5C 59 72 13 16 0 37 F7 C 28
Octal 134 131 162 23 26 0 67 367 14 50
Binary 1011100 1011001 1110010 10011 10110 0 110111 11110111 1100 101000

Color Harmonies of #5C5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5972

Black with #5C5972

Text Example


Text Example

White with #5C5972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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