#5E5959

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

Shades of Zambezi #5E5959

Tints of Zambezi #5E5959

Color information

#5E5959 (or 0x5E5959) is unknown color: approx Zambezi. HEX triplet: 5E, 59 and 59. RGB value is (94,89,89). Sum of RGB (Red+Green+Blue) = 94+89+89=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5959 is #A1A6A6. Grayscale: #5A5A5A. Windows color (decimal): -10593959 or 5855582. OLE color: 5855582.

HSL color Cylindrical-coordinate representation of color #5E5959: hue angle of 0º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5E5959 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB948989-
CMYK00.050.050.63
HSL2.73%35.88%-
HSV(B)5.32%36.86%-
XYZ9.9910.2510.9-
YUV90.49127.16130.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=34.56%
G=32.72%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94898900.050.050.6302.7335.88
Hex5E59590553F0324
Octal136131131055770344
Binary1011110101100110110010101101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5959; }

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

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

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

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

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

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

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

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