#585562

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

Shades of Smoky #585562

Tints of Smoky #585562

Color information

#585562 (or 0x585562) is unknown color: approx Smoky. HEX triplet: 58, 55 and 62. RGB value is (88,85,98). Sum of RGB (Red+Green+Blue) = 88+85+98=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 98 - color contains mainly: blue. Hex color #585562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585562 is #A7AA9D. Grayscale: #575757. Windows color (decimal): -10988190 or 6444376. OLE color: 6444376.

HSL color Cylindrical-coordinate representation of color #585562: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585562 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888598-
CMYK0.100.1300.62
HSL253.85º7.1%35.88%-
HSV(B)253.85º13.27%38.43%-
XYZ9.489.4512.88-
YUV87.38133.99128.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=32.47%
G=31.37%
B=36.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8885980.100.1300.62253.857.135.88
Hex585562AD03Efe724
Octal1301251421215076376744
Binary10110001010101110001010101101011111011111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585562; }

 p { color: rgb(88,85,98); }

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

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

 a { background-color: rgb(88,85,98); }

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

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

 span { border-color: rgb(88,85,98); }

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