Html Css Color HEX #59745E Como

📋 copy color: '#59745E'

red 89 ◦ green 116 ◦ blue 94

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

Shades of Como #59745E

Tints of Como #59745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 29.77%
G = 38.8%
B = 31.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#59745E (or 0x59745E) is known color: Como. HEX triplet: 59, 74 and 5E. RGB value is (89,116,94). Sum of RGB (Red+Green+Blue) = 89+116+94=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #59745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59745E is #A68BA1. Grayscale: #696969. Windows color (decimal): -10914722 or 6190169. OLE color: 6190169.

HSL color Cylindrical-coordinate representation of color #59745E: hue angle of 131.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59745E is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 116 94 -
CMYK 0.23 0 0.19 0.55
HSL 131.11º 0.13% 0.4% -
HSV(B) 131.11º 0.23% 0.45% -
XYZ 12.39 15.42 12.91 -
YUV 105.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 89 116 94 0.23 0 0.19 0.55 131.11 0.13 0.4
Hex 59 74 5E 17 0 13 37 83 D 28
Octal 131 164 136 27 0 23 67 203 15 50
Binary 1011001 1110100 1011110 10111 0 10011 110111 10000011 1101 101000

Color Harmonies of #59745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59745E

Black with #59745E

Text Example


Text Example

White with #59745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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