Html Css Color HEX #5C5572 Smoky

📋 copy color: '#5C5572'

red 92 ◦ green 85 ◦ blue 114

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

Shades of Smoky #5C5572

Tints of Smoky #5C5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 31.62%
G = 29.21%
B = 39.18%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5572 (or 0x5C5572) is known color: Smoky. HEX triplet: 5C, 55 and 72. RGB value is (92,85,114). Sum of RGB (Red+Green+Blue) = 92+85+114=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5572 is #A3AA8D. Grayscale: #5A5A5A. Windows color (decimal): -10726030 or 7492956. OLE color: 7492956.

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

Color convert

RGB 92 85 114 -
CMYK 0.19 0.25 0 0.55
HSL 254.48º 0.15% 0.39% -
HSV(B) 254.48º 0.25% 0.45% -
XYZ 10.7 9.99 17.28 -
YUV 90.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 92 85 114 0.19 0.25 0 0.55 254.48 0.15 0.39
Hex 5C 55 72 13 19 0 37 FE F 27
Octal 134 125 162 23 31 0 67 376 17 47
Binary 1011100 1010101 1110010 10011 11001 0 110111 11111110 1111 100111

Color Harmonies of #5C5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5572

Black with #5C5572

Text Example


Text Example

White with #5C5572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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