#595959

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

Shades of Zambezi #595959

Tints of Zambezi #595959

Color information

#595959 (or 0x595959) is unknown color: approx Zambezi. HEX triplet: 59, 59 and 59. RGB value is (89,89,89). Sum of RGB (Red+Green+Blue) = 89+89+89=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 89 - color contains mainly: red, green, blue. Hex color #595959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595959 is #A6A6A6. Grayscale: #595959. Windows color (decimal): -10921639 or 5855577. OLE color: 5855577.

HSL color Cylindrical-coordinate representation of color #595959: hue angle of 0º degrees, saturation: 0, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0%. Process color model (Four color, CMYK) of #595959 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB898989-
CMYK0000.65
HSL0%34.9%-
HSV(B)0%34.9%-
XYZ9.59.9910.88-
YUV89128128-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8989890000.650034.9
Hex595959000410023
Octal1311311310001010043
Binary101100110110011011001000100000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595959; }

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

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

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

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

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

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

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

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