#595575

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

Shades of Smoky #595575

Tints of Smoky #595575

Color information

#595575 (or 0x595575) is unknown color: approx Smoky. HEX triplet: 59, 55 and 75. RGB value is (89,85,117). Sum of RGB (Red+Green+Blue) = 89+85+117=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #595575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595575 is #A6AA8A. Grayscale: #595959. Windows color (decimal): -10922635 or 7689561. OLE color: 7689561.

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

Color convert

RGB8985117-
CMYK0.240.2700.54
HSL247.5º15.84%39.61%-
HSV(B)247.5º27.35%45.88%-
XYZ10.589.9118.18-
YUV89.84143.33127.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.58%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=30.58%
G=29.21%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89851170.240.2700.54247.515.8439.61
Hex595575181B036f81028
Octal13112516530330663702050
Binary101100110101011110101110001101101101101111100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595575; }

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

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

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

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

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

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

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

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