#585577

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

Shades of Smoky #585577

Tints of Smoky #585577

Color information

#585577 (or 0x585577) is unknown color: approx Smoky. HEX triplet: 58, 55 and 77. RGB value is (88,85,119). Sum of RGB (Red+Green+Blue) = 88+85+119=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #585577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585577 is #A7AA88. Grayscale: #595959. Windows color (decimal): -10988169 or 7820632. OLE color: 7820632.

HSL color Cylindrical-coordinate representation of color #585577: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #585577 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8885119-
CMYK0.260.2900.53
HSL245.29º16.67%40%-
HSV(B)245.29º28.57%46.67%-
XYZ10.69.918.81-
YUV89.77144.49126.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=30.14%
G=29.11%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88851190.260.2900.53245.2916.6740
Hex5855771A1D035f51128
Octal13012516732350653652150
Binary101100010101011110111110101110101101011111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585577; }

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

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

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

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

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

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

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

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