#585472

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

Shades of Smoky #585472

Tints of Smoky #585472

Color information

#585472 (or 0x585472) is unknown color: approx Smoky. HEX triplet: 58, 54 and 72. RGB value is (88,84,114). Sum of RGB (Red+Green+Blue) = 88+84+114=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #585472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585472 is #A7AB8D. Grayscale: #585858. Windows color (decimal): -10988430 or 7492696. OLE color: 7492696.

HSL color Cylindrical-coordinate representation of color #585472: hue angle of 248º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585472 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8884114-
CMYK0.230.2600.55
HSL248º15.15%38.82%-
HSV(B)248º26.32%44.71%-
XYZ10.239.6317.24-
YUV88.62142.33127.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=30.77%
G=29.37%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88841140.230.2600.5524815.1538.82
Hex585472171A037f8f27
Octal13012416227320673701747
Binary10110001010100111001010111110100110111111110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585472; }

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

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

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

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

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

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

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

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