Html Css Color HEX #507659 Como

📋 copy color: '#507659'

red 80 ◦ green 118 ◦ blue 89

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

Shades of Como #507659

Tints of Como #507659

RGB

 RED value IS 80 (31.64% from 255) = 27.87%

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

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 27.87%
G = 41.11%
B = 31.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#507659 (or 0x507659) is known color: Como. HEX triplet: 50, 76 and 59. RGB value is (80,118,89). Sum of RGB (Red+Green+Blue) = 80+118+89=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #507659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507659 is #AF89A6. Grayscale: #676767. Windows color (decimal): -11504039 or 5862992. OLE color: 5862992.

HSL color Cylindrical-coordinate representation of color #507659: hue angle of 134.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507659 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 89 -
CMYK 0.32 0 0.25 0.54
HSL 134.21º 0.19% 0.39% -
HSV(B) 134.21º 0.32% 0.46% -
XYZ 11.59 15.38 11.81 -
YUV 103.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 80 118 89 0.32 0 0.25 0.54 134.21 0.19 0.39
Hex 50 76 59 20 0 19 36 86 13 27
Octal 120 166 131 40 0 31 66 206 23 47
Binary 1010000 1110110 1011001 100000 0 11001 110110 10000110 10011 100111

Color Harmonies of #507659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507659

Black with #507659

Text Example


Text Example

White with #507659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507659; }

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

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

background-color css

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

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

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

border-color css

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

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

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