#5F5555

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

Shades of Zambezi #5F5555

Tints of Zambezi #5F5555

Color information

#5F5555 (or 0x5F5555) is unknown color: approx Zambezi. HEX triplet: 5F, 55 and 55. RGB value is (95,85,85). Sum of RGB (Red+Green+Blue) = 95+85+85=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5555 is #A0AAAA. Grayscale: #585858. Windows color (decimal): -10529451 or 5592415. OLE color: 5592415.

HSL color Cylindrical-coordinate representation of color #5F5555: 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 #5F5555 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB958585-
CMYK00.110.110.63
HSL5.56%35.29%-
HSV(B)10.53%37.25%-
XYZ9.619.599.94-
YUV87.99126.31133-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=35.85%
G=32.08%
B=32.08%

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
Decimal95858500.110.110.6305.5635.29
Hex5F55550BB3F0623
Octal13712512501313770643
Binary1011111101010110101010101110111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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