Html Css Color HEX #5E5959 Zambezi

📋 copy color: '#5E5959'

red 94 ◦ green 89 ◦ blue 89

#5E5959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #5E5959

Tints of Zambezi #5E5959

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 value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E5959 (or 0x5E5959) is known color: 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

RGB 94 89 89 -
CMYK 0 0.05 0.05 0.63
HSL 0.03% 0.36% -
HSV(B) 0.05% 0.37% -
XYZ 9.99 10.25 10.9 -
YUV 90.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 94 89 89 0 0.05 0.05 0.63 0 0.03 0.36
Hex 5E 59 59 0 5 5 3F 0 3 24
Octal 136 131 131 0 5 5 77 0 3 44
Binary 1011110 1011001 1011001 0 101 101 111111 0 11 100100

Color Harmonies of #5E5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5959

Black with #5E5959

Text Example


Text Example

White with #5E5959

Text Example


Text Example

HTML Codes & Css Web 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>