#585371

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

Shades of Smoky #585371

Tints of Smoky #585371

Color information

#585371 (or 0x585371) is unknown color: approx Smoky. HEX triplet: 58, 53 and 71. RGB value is (88,83,113). Sum of RGB (Red+Green+Blue) = 88+83+113=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #585371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585371 is #A7AC8E. Grayscale: #575757. Windows color (decimal): -10988687 or 7426904. OLE color: 7426904.

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

Color convert

RGB8883113-
CMYK0.220.2700.56
HSL250º15.31%38.43%-
HSV(B)250º26.55%44.31%-
XYZ10.19.4516.92-
YUV87.92142.16128.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=30.99%
G=29.23%
B=39.79%

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
Decimal88831130.220.2700.5625015.3138.43
Hex585371161B038faf26
Octal13012316126330703721746
Binary10110001010011111000110110110110111000111110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585371; }

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

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

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

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

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

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

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

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