Html Css Color HEX #59765E Como

📋 copy color: '#59765E'

red 89 ◦ green 118 ◦ blue 94

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

Shades of Como #59765E

Tints of Como #59765E

RGB

 RED value IS 89 (35.16% from 255) = 29.57%

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 29.57%
G = 39.2%
B = 31.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#59765E (or 0x59765E) is known color: Como. HEX triplet: 59, 76 and 5E. RGB value is (89,118,94). Sum of RGB (Red+Green+Blue) = 89+118+94=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #59765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59765E is #A689A1. Grayscale: #6A6A6A. Windows color (decimal): -10914210 or 6190681. OLE color: 6190681.

HSL color Cylindrical-coordinate representation of color #59765E: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59765E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 118 94 -
CMYK 0.25 0 0.20 0.54
HSL 130.34º 0.14% 0.41% -
HSV(B) 130.34º 0.25% 0.46% -
XYZ 12.62 15.89 12.99 -
YUV 106.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 89 118 94 0.25 0 0.20 0.54 130.34 0.14 0.41
Hex 59 76 5E 19 0 14 36 82 E 29
Octal 131 166 136 31 0 24 66 202 16 51
Binary 1011001 1110110 1011110 11001 0 10100 110110 10000010 1110 101001

Color Harmonies of #59765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59765E

Black with #59765E

Text Example


Text Example

White with #59765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59765E; }

 p { color: rgb(89,118,94); }

 H1.HeaderClassName
 {
   color: #59765E;
 }
 .AnyTagClassName
 {
   color: #59765E;
 }
</style>

background-color css

<style>
 a { background-color: #59765E; }

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

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

border-color css

<style>
 span { border-color: #59765E; }

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

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