Html Css Color HEX #5F5959 Zambezi

📋 copy color: '#5F5959'

red 95 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #5F5959

Tints of Zambezi #5F5959

RGB

 RED value IS 95 (37.5% from 255) = 34.8%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 34.8%
G = 32.6%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5F5959 (or 0x5F5959) is known color: Zambezi. HEX triplet: 5F, 59 and 59. RGB value is (95,89,89). Sum of RGB (Red+Green+Blue) = 95+89+89=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5959 is #A0A6A6. Grayscale: #5A5A5A. Windows color (decimal): -10528423 or 5855583. OLE color: 5855583.

HSL color Cylindrical-coordinate representation of color #5F5959: 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.06%. Process color model (Four color, CMYK) of #5F5959 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 89 89 -
CMYK 0 0.06 0.06 0.63
HSL 0.03% 0.36% -
HSV(B) 0.06% 0.37% -
XYZ 10.09 10.3 10.91 -
YUV 90.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 95 89 89 0 0.06 0.06 0.63 0 0.03 0.36
Hex 5F 59 59 0 6 6 3F 0 3 24
Octal 137 131 131 0 6 6 77 0 3 44
Binary 1011111 1011001 1011001 0 110 110 111111 0 11 100100

Color Harmonies of #5F5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5959

Black with #5F5959

Text Example


Text Example

White with #5F5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F5959;
 }
 .AnyTagClassName
 {
   color: #5F5959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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