Html Css Color HEX #59705F Como

📋 copy color: '#59705F'

red 89 ◦ green 112 ◦ blue 95

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

Shades of Como #59705F

Tints of Como #59705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 30.07%
G = 37.84%
B = 32.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#59705F (or 0x59705F) is known color: Como. HEX triplet: 59, 70 and 5F. RGB value is (89,112,95). Sum of RGB (Red+Green+Blue) = 89+112+95=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #59705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59705F is #A68FA0. Grayscale: #676767. Windows color (decimal): -10915745 or 6254681. OLE color: 6254681.

HSL color Cylindrical-coordinate representation of color #59705F: hue angle of 135.65º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59705F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 95 -
CMYK 0.21 0 0.15 0.56
HSL 135.65º 0.11% 0.39% -
HSV(B) 135.65º 0.21% 0.44% -
XYZ 11.98 14.54 13 -
YUV 103.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 89 112 95 0.21 0 0.15 0.56 135.65 0.11 0.39
Hex 59 70 5F 15 0 F 38 88 B 27
Octal 131 160 137 25 0 17 70 210 13 47
Binary 1011001 1110000 1011111 10101 0 1111 111000 10001000 1011 100111

Color Harmonies of #59705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59705F

Black with #59705F

Text Example


Text Example

White with #59705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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