#5F5857

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

Shades of Zambezi #5F5857

Tints of Zambezi #5F5857

Color information

#5F5857 (or 0x5F5857) is unknown color: approx Zambezi. HEX triplet: 5F, 58 and 57. RGB value is (95,88,87). Sum of RGB (Red+Green+Blue) = 95+88+87=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5857 is #A0A7A8. Grayscale: #595959. Windows color (decimal): -10528681 or 5724255. OLE color: 5724255.

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

Color convert

RGB958887-
CMYK00.070.080.63
HSL7.5º4.4%35.69%-
HSV(B)7.5º8.42%37.25%-
XYZ9.9310.110.44-
YUV89.98126.32131.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=35.19%
G=32.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95888700.070.080.637.54.435.69
Hex5F58570783F8424
Octal13713012707107710444
Binary101111110110001010111011110001111111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,87); }

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

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

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

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

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

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

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