#585464

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

Shades of Smoky #585464

Tints of Smoky #585464

Color information

#585464 (or 0x585464) is unknown color: approx Smoky. HEX triplet: 58, 54 and 64. RGB value is (88,84,100). Sum of RGB (Red+Green+Blue) = 88+84+100=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #585464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585464 is #A7AB9B. Grayscale: #565656. Windows color (decimal): -10988444 or 6575192. OLE color: 6575192.

HSL color Cylindrical-coordinate representation of color #585464: hue angle of 255º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585464 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8884100-
CMYK0.120.1600.61
HSL255º8.7%36.08%-
HSV(B)255º16%39.22%-
XYZ9.59.3413.36-
YUV87.02135.33128.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=32.35%
G=30.88%
B=36.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88841000.120.1600.612558.736.08
Hex585464C1003Dff924
Octal13012414414200753771144
Binary1011000101010011001001100100000111101111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585464; }

 p { color: rgb(88,84,100); }

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

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

 a { background-color: rgb(88,84,100); }

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

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

 span { border-color: rgb(88,84,100); }

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