Html Css Color HEX #5F5655 Zambezi

📋 copy color: '#5F5655'

red 95 ◦ green 86 ◦ blue 85

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

Shades of Zambezi #5F5655

Tints of Zambezi #5F5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 35.71%
G = 32.33%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#5F5655 (or 0x5F5655) is known color: Zambezi. HEX triplet: 5F, 56 and 55. RGB value is (95,86,85). Sum of RGB (Red+Green+Blue) = 95+86+85=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5655 is #A0A9AA. Grayscale: #585858. Windows color (decimal): -10529195 or 5592671. OLE color: 5592671.

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

Color convert

RGB 95 86 85 -
CMYK 0 0.09 0.11 0.63
HSL 0.06% 0.35% -
HSV(B) 0.11% 0.37% -
XYZ 9.69 9.74 9.96 -
YUV 88.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 95 86 85 0 0.09 0.11 0.63 6 0.06 0.35
Hex 5F 56 55 0 9 B 3F 6 6 23
Octal 137 126 125 0 11 13 77 6 6 43
Binary 1011111 1010110 1010101 0 1001 1011 111111 110 110 100011

Color Harmonies of #5F5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5655

Black with #5F5655

Text Example


Text Example

White with #5F5655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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