#5C5959

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

Shades of Zambezi #5C5959

Tints of Zambezi #5C5959

Color information

#5C5959 (or 0x5C5959) is unknown color: approx Zambezi. HEX triplet: 5C, 59 and 59. RGB value is (92,89,89). Sum of RGB (Red+Green+Blue) = 92+89+89=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5959 is #A3A6A6. Grayscale: #595959. Windows color (decimal): -10725031 or 5855580. OLE color: 5855580.

HSL color Cylindrical-coordinate representation of color #5C5959: hue angle of 0º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5C5959 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB928989-
CMYK00.030.030.64
HSL1.66%35.49%-
HSV(B)3.26%36.08%-
XYZ9.7910.1410.89-
YUV89.9127.49129.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=34.07%
G=32.96%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92898900.030.030.6401.6635.49
Hex5C5959033400223
Octal1341311310331000243
Binary101110010110011011001011111000000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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