#5E5454

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

Shades of Zambezi #5E5454

Tints of Zambezi #5E5454

Color information

#5E5454 (or 0x5E5454) is unknown color: approx Zambezi. HEX triplet: 5E, 54 and 54. RGB value is (94,84,84). Sum of RGB (Red+Green+Blue) = 94+84+84=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5454 is #A1ABAB. Grayscale: #565656. Windows color (decimal): -10595244 or 5526622. OLE color: 5526622.

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

Color convert

RGB948484-
CMYK00.110.110.63
HSL5.62%34.9%-
HSV(B)10.64%36.86%-
XYZ9.399.369.7-
YUV86.99126.31133-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=35.88%
G=32.06%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94848400.110.110.6305.6234.9
Hex5E54540BB3F0623
Octal13612412401313770643
Binary1011110101010010101000101110111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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