#585072

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

Shades of Smoky #585072

Tints of Smoky #585072

Color information

#585072 (or 0x585072) is unknown color: approx Smoky. HEX triplet: 58, 50 and 72. RGB value is (88,80,114). Sum of RGB (Red+Green+Blue) = 88+80+114=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #585072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585072 is #A7AF8D. Grayscale: #565656. Windows color (decimal): -10989454 or 7491672. OLE color: 7491672.

HSL color Cylindrical-coordinate representation of color #585072: hue angle of 254.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585072 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8880114-
CMYK0.230.3000.55
HSL254.12º17.53%38.04%-
HSV(B)254.12º29.82%44.71%-
XYZ9.939.0317.14-
YUV86.27143.65129.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=31.21%
G=28.37%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88801140.230.3000.55254.1217.5338.04
Hex585072171E037fe1226
Octal13012016227360673762246
Binary101100010100001110010101111111001101111111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585072; }

 p { color: rgb(88,80,114); }

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

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

 a { background-color: rgb(88,80,114); }

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

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

 span { border-color: rgb(88,80,114); }

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