#595071

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

Shades of Smoky #595071

Tints of Smoky #595071

Color information

#595071 (or 0x595071) is unknown color: approx Smoky. HEX triplet: 59, 50 and 71. RGB value is (89,80,113). Sum of RGB (Red+Green+Blue) = 89+80+113=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #595071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595071 is #A6AF8E. Grayscale: #565656. Windows color (decimal): -10923919 or 7426137. OLE color: 7426137.

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

Color convert

RGB8980113-
CMYK0.210.2900.56
HSL256.36º17.1%37.84%-
HSV(B)256.36º29.2%44.31%-
XYZ9.979.0516.84-
YUV86.45142.98129.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=31.56%
G=28.37%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89801130.210.2900.56256.3617.137.84
Hex595071151D0381001126
Octal13112016125350704002146
Binary1011001101000011100011010111101011100010000000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595071; }

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

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

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

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

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

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

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

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