Html Css Color HEX #59765F Como

📋 copy color: '#59765F'

red 89 ◦ green 118 ◦ blue 95

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

Shades of Como #59765F

Tints of Como #59765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 29.47%
G = 39.07%
B = 31.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#59765F (or 0x59765F) is known color: Como. HEX triplet: 59, 76 and 5F. RGB value is (89,118,95). Sum of RGB (Red+Green+Blue) = 89+118+95=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #59765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59765F is #A689A0. Grayscale: #6A6A6A. Windows color (decimal): -10914209 or 6256217. OLE color: 6256217.

HSL color Cylindrical-coordinate representation of color #59765F: hue angle of 132.41º 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 #59765F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 118 95 -
CMYK 0.25 0 0.19 0.54
HSL 132.41º 0.14% 0.41% -
HSV(B) 132.41º 0.25% 0.46% -
XYZ 12.66 15.91 13.23 -
YUV 106.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 89 118 95 0.25 0 0.19 0.54 132.41 0.14 0.41
Hex 59 76 5F 19 0 13 36 84 E 29
Octal 131 166 137 31 0 23 66 204 16 51
Binary 1011001 1110110 1011111 11001 0 10011 110110 10000100 1110 101001

Color Harmonies of #59765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59765F

Black with #59765F

Text Example


Text Example

White with #59765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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