#595675

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

Shades of Smoky #595675

Tints of Smoky #595675

Color information

#595675 (or 0x595675) is unknown color: approx Smoky. HEX triplet: 59, 56 and 75. RGB value is (89,86,117). Sum of RGB (Red+Green+Blue) = 89+86+117=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #595675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595675 is #A6A98A. Grayscale: #5A5A5A. Windows color (decimal): -10922379 or 7689817. OLE color: 7689817.

HSL color Cylindrical-coordinate representation of color #595675: hue angle of 245.81º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595675 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8986117-
CMYK0.240.2600.54
HSL245.81º15.27%39.8%-
HSV(B)245.81º26.5%45.88%-
XYZ10.6610.0618.21-
YUV90.43142.99126.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=30.48%
G=29.45%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89861170.240.2600.54245.8115.2739.8
Hex595675181A036f6f28
Octal13112616530320663661750
Binary10110011010110111010111000110100110110111101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595675; }

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

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

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

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

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

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

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

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