#585271

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

Shades of Smoky #585271

Tints of Smoky #585271

Color information

#585271 (or 0x585271) is unknown color: approx Smoky. HEX triplet: 58, 52 and 71. RGB value is (88,82,113). Sum of RGB (Red+Green+Blue) = 88+82+113=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #585271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585271 is #A7AD8E. Grayscale: #575757. Windows color (decimal): -10988943 or 7426648. OLE color: 7426648.

HSL color Cylindrical-coordinate representation of color #585271: hue angle of 251.61º degrees, saturation: 0.16, 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 #585271 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8882113-
CMYK0.220.2700.56
HSL251.61º15.9%38.24%-
HSV(B)251.61º27.43%44.31%-
XYZ10.029.316.89-
YUV87.33142.49128.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=31.10%
G=28.98%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88821130.220.2700.56251.6115.938.24
Hex585271161B038fc1026
Octal13012216126330703742046
Binary101100010100101110001101101101101110001111110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585271; }

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

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

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

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

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

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

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

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