#585270

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

Shades of Smoky #585270

Tints of Smoky #585270

Color information

#585270 (or 0x585270) is unknown color: approx Smoky. HEX triplet: 58, 52 and 70. RGB value is (88,82,112). Sum of RGB (Red+Green+Blue) = 88+82+112=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #585270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585270 is #A7AD8F. Grayscale: #575757. Windows color (decimal): -10988944 or 7361112. OLE color: 7361112.

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

Color convert

RGB8882112-
CMYK0.210.2700.56
HSL252º15.46%38.04%-
HSV(B)252º26.79%43.92%-
XYZ9.979.2816.6-
YUV87.21141.99128.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=31.21%
G=29.08%
B=39.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88821120.210.2700.5625215.4638.04
Hex585270151B038fcf26
Octal13012216025330703741746
Binary10110001010010111000010101110110111000111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585270; }

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

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

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

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

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

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

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

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