#595072

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

Shades of Smoky #595072

Tints of Smoky #595072

Color information

#595072 (or 0x595072) is unknown color: approx Smoky. HEX triplet: 59, 50 and 72. RGB value is (89,80,114). Sum of RGB (Red+Green+Blue) = 89+80+114=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #595072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595072 is #A6AF8D. Grayscale: #565656. Windows color (decimal): -10923918 or 7491673. OLE color: 7491673.

HSL color Cylindrical-coordinate representation of color #595072: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595072 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8980114-
CMYK0.220.3000.55
HSL255.88º17.53%38.04%-
HSV(B)255.88º29.82%44.71%-
XYZ10.039.0817.14-
YUV86.57143.48129.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=31.45%
G=28.27%
B=40.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89801140.220.3000.55255.8817.5338.04
Hex595072161E0371001226
Octal13112016226360674002246
Binary1011001101000011100101011011110011011110000000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595072; }

 p { color: rgb(89,80,114); }

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

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

 a { background-color: rgb(89,80,114); }

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

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

 span { border-color: rgb(89,80,114); }

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