#585570

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

Shades of Smoky #585570

Tints of Smoky #585570

Color information

#585570 (or 0x585570) is unknown color: approx Smoky. HEX triplet: 58, 55 and 70. RGB value is (88,85,112). Sum of RGB (Red+Green+Blue) = 88+85+112=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #585570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585570 is #A7AA8F. Grayscale: #585858. Windows color (decimal): -10988176 or 7361880. OLE color: 7361880.

HSL color Cylindrical-coordinate representation of color #585570: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585570 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8885112-
CMYK0.210.2400.56
HSL246.67º13.71%38.63%-
HSV(B)246.67º24.11%43.92%-
XYZ10.29.7416.67-
YUV88.98140.99127.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=30.88%
G=29.82%
B=39.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88851120.210.2400.56246.6713.7138.63
Hex5855701518038f7e27
Octal13012516025300703671647
Binary10110001010101111000010101110000111000111101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585570; }

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

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

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

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

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

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

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

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