#5C5967

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

Shades of Smoky #5C5967

Tints of Smoky #5C5967

Color information

#5C5967 (or 0x5C5967) is unknown color: approx Smoky. HEX triplet: 5C, 59 and 67. RGB value is (92,89,103). Sum of RGB (Red+Green+Blue) = 92+89+103=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5967 is #A3A698. Grayscale: #5B5B5B. Windows color (decimal): -10725017 or 6773084. OLE color: 6773084.

HSL color Cylindrical-coordinate representation of color #5C5967: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5967 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9289103-
CMYK0.110.1400.60
HSL252.86º7.29%37.65%-
HSV(B)252.86º13.59%40.39%-
XYZ10.4310.414.29-
YUV91.49134.49128.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=32.39%
G=31.34%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92891030.110.1400.60252.867.2937.65
Hex5C5967BE03Cfd726
Octal1341311471316074375746
Binary10111001011001110011110111110011110011111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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