#585477

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

Shades of Smoky #585477

Tints of Smoky #585477

Color information

#585477 (or 0x585477) is unknown color: approx Smoky. HEX triplet: 58, 54 and 77. RGB value is (88,84,119). Sum of RGB (Red+Green+Blue) = 88+84+119=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #585477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585477 is #A7AB88. Grayscale: #595959. Windows color (decimal): -10988425 or 7820376. OLE color: 7820376.

HSL color Cylindrical-coordinate representation of color #585477: hue angle of 246.86º 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 #585477 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8884119-
CMYK0.260.2900.53
HSL246.86º17.24%39.8%-
HSV(B)246.86º29.41%46.67%-
XYZ10.529.7518.78-
YUV89.19144.83127.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=30.24%
G=28.87%
B=40.89%

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
Decimal88841190.260.2900.53246.8617.2439.8
Hex5854771A1D035f71128
Octal13012416732350653672150
Binary101100010101001110111110101110101101011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585477; }

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

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

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

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

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

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

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

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