#5C5B63

Color #5C5B63 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5C5B63

Tints of Smoky #5C5B63

Color information

#5C5B63 (or 0x5C5B63) is unknown color: approx Smoky. HEX triplet: 5C, 5B and 63. RGB value is (92,91,99). Sum of RGB (Red+Green+Blue) = 92+91+99=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C5B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B63 is #A3A49C. Grayscale: #5C5C5C. Windows color (decimal): -10724509 or 6511452. OLE color: 6511452.

HSL color Cylindrical-coordinate representation of color #5C5B63: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C5B63 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB929199-
CMYK0.070.0800.61
HSL247.5º4.21%37.25%-
HSV(B)247.5º8.08%38.82%-
XYZ10.4110.6613.31-
YUV92.21131.83127.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=32.62%
G=32.27%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9291990.070.0800.61247.54.2137.25
Hex5C5B637803Df8425
Octal134133143710075370445
Binary1011100101101111000111111000011110111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,91,99); }

 H1.HeaderClassName
 {
   color: #5C5B63;
 }
 .AnyTagClassName
 {
   color: #5C5B63;
 }
</style>
background-color css

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

 a { background-color: rgb(92,91,99); }

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

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

 span { border-color: rgb(92,91,99); }

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