Html Css Color HEX #5C576F Smoky

📋 copy color: '#5C576F'

red 92 ◦ green 87 ◦ blue 111

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

Shades of Smoky #5C576F

Tints of Smoky #5C576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 31.72%
G = 30%
B = 38.28%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C576F (or 0x5C576F) is known color: Smoky. HEX triplet: 5C, 57 and 6F. RGB value is (92,87,111). Sum of RGB (Red+Green+Blue) = 92+87+111=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C576F is #A3A890. Grayscale: #5B5B5B. Windows color (decimal): -10725521 or 7296860. OLE color: 7296860.

HSL color Cylindrical-coordinate representation of color #5C576F: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C576F is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 87 111 -
CMYK 0.17 0.22 0 0.56
HSL 252.5º 0.12% 0.39% -
HSV(B) 252.5º 0.22% 0.44% -
XYZ 10.69 10.24 16.45 -
YUV 91.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 92 87 111 0.17 0.22 0 0.56 252.5 0.12 0.39
Hex 5C 57 6F 11 16 0 38 FD C 27
Octal 134 127 157 21 26 0 70 375 14 47
Binary 1011100 1010111 1101111 10001 10110 0 111000 11111101 1100 100111

Color Harmonies of #5C576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C576F

Black with #5C576F

Text Example


Text Example

White with #5C576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,111); }

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

background-color css

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

 a { background-color: rgb(92,87,111); }

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

border-color css

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

 span { border-color: rgb(92,87,111); }

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