#595858

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

Shades of Zambezi #595858

Tints of Zambezi #595858

Color information

#595858 (or 0x595858) is unknown color: approx Zambezi. HEX triplet: 59, 58 and 58. RGB value is (89,88,88). Sum of RGB (Red+Green+Blue) = 89+88+88=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 89 - color contains mainly: red. Hex color #595858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595858 is #A6A7A7. Grayscale: #585858. Windows color (decimal): -10921896 or 5789785. OLE color: 5789785.

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

Color convert

RGB898888-
CMYK00.010.010.65
HSL0.56%34.71%-
HSV(B)1.12%34.9%-
XYZ9.379.8110.63-
YUV88.3127.83128.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=33.58%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89888800.010.010.6500.5634.71
Hex595858011410123
Octal1311301300111010143
Binary101100110110001011000011100000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595858; }

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

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

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

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

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

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

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

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