#595765

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

Shades of Smoky #595765

Tints of Smoky #595765

Color information

#595765 (or 0x595765) is unknown color: approx Smoky. HEX triplet: 59, 57 and 65. RGB value is (89,87,101). Sum of RGB (Red+Green+Blue) = 89+87+101=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #595765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595765 is #A6A89A. Grayscale: #595959. Windows color (decimal): -10922139 or 6641497. OLE color: 6641497.

HSL color Cylindrical-coordinate representation of color #595765: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595765 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8987101-
CMYK0.120.1400.60
HSL248.57º7.45%36.86%-
HSV(B)248.57º13.86%39.61%-
XYZ9.889.8813.7-
YUV89.19134.66127.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=32.13%
G=31.41%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89871010.120.1400.60248.577.4536.86
Hex595765CE03Cf9725
Octal1311271451416074371745
Binary10110011010111110010111001110011110011111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595765; }

 p { color: rgb(89,87,101); }

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

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

 a { background-color: rgb(89,87,101); }

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

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

 span { border-color: rgb(89,87,101); }

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