#5C586F

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

Shades of Smoky #5C586F

Tints of Smoky #5C586F

Color information

#5C586F (or 0x5C586F) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 6F. RGB value is (92,88,111). Sum of RGB (Red+Green+Blue) = 92+88+111=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C586F is #A3A790. Grayscale: #5B5B5B. Windows color (decimal): -10725265 or 7297116. OLE color: 7297116.

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

Color convert

RGB9288111-
CMYK0.170.2100.56
HSL250.43º11.56%39.02%-
HSV(B)250.43º20.72%43.53%-
XYZ10.7710.416.48-
YUV91.82138.83128.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.62%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=31.62%
G=30.24%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92881110.170.2100.56250.4311.5639.02
Hex5C586F1115038fac27
Octal13413015721250703721447
Binary10111001011000110111110001101010111000111110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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