Html Css Color HEX #5C5959 Zambezi

📋 copy color: '#5C5959'

red 92 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #5C5959

Tints of Zambezi #5C5959

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 value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5C5959 (or 0x5C5959) is known color: 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

RGB 92 89 89 -
CMYK 0 0.03 0.03 0.64
HSL 0.02% 0.35% -
HSV(B) 0.03% 0.36% -
XYZ 9.79 10.14 10.89 -
YUV 89.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 92 89 89 0 0.03 0.03 0.64 0 0.02 0.35
Hex 5C 59 59 0 3 3 40 0 2 23
Octal 134 131 131 0 3 3 100 0 2 43
Binary 1011100 1011001 1011001 0 11 11 1000000 0 10 100011

Color Harmonies of #5C5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5959

Black with #5C5959

Text Example


Text Example

White with #5C5959

Text Example


Text Example

HTML Codes & Css Web 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>