#585566

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

Shades of Smoky #585566

Tints of Smoky #585566

Color information

#585566 (or 0x585566) is unknown color: approx Smoky. HEX triplet: 58, 55 and 66. RGB value is (88,85,102). Sum of RGB (Red+Green+Blue) = 88+85+102=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #585566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585566 is #A7AA99. Grayscale: #575757. Windows color (decimal): -10988186 or 6706520. OLE color: 6706520.

HSL color Cylindrical-coordinate representation of color #585566: hue angle of 250.59º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585566 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8885102-
CMYK0.140.1700.6
HSL250.59º9.09%36.67%-
HSV(B)250.59º16.67%40%-
XYZ9.679.5313.9-
YUV87.84135.99128.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=32%
G=30.91%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88851020.140.1700.6250.599.0936.67
Hex585566E1103Cfb925
Octal13012514616210743731145
Binary1011000101010111001101110100010111100111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585566; }

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

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

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

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

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

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

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

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