#595672

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

Shades of Smoky #595672

Tints of Smoky #595672

Color information

#595672 (or 0x595672) is unknown color: approx Smoky. HEX triplet: 59, 56 and 72. RGB value is (89,86,114). Sum of RGB (Red+Green+Blue) = 89+86+114=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #595672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595672 is #A6A98D. Grayscale: #595959. Windows color (decimal): -10922382 or 7493209. OLE color: 7493209.

HSL color Cylindrical-coordinate representation of color #595672: hue angle of 246.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595672 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8986114-
CMYK0.220.2500.55
HSL246.43º14%39.22%-
HSV(B)246.43º24.56%44.71%-
XYZ10.489.9917.3-
YUV90.09141.49127.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=30.80%
G=29.76%
B=39.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89861140.220.2500.55246.431439.22
Hex5956721619037f6e27
Octal13112616226310673661647
Binary10110011010110111001010110110010110111111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595672; }

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

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

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

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

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

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

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

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