Html Css Color HEX #507559 Como

📋 copy color: '#507559'

red 80 ◦ green 117 ◦ blue 89

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

Shades of Como #507559

Tints of Como #507559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 27.97%
G = 40.91%
B = 31.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#507559 (or 0x507559) is known color: Como. HEX triplet: 50, 75 and 59. RGB value is (80,117,89). Sum of RGB (Red+Green+Blue) = 80+117+89=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #507559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507559 is #AF8AA6. Grayscale: #666666. Windows color (decimal): -11504295 or 5862736. OLE color: 5862736.

HSL color Cylindrical-coordinate representation of color #507559: hue angle of 134.59º 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 #507559 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 89 -
CMYK 0.32 0 0.24 0.54
HSL 134.59º 0.19% 0.39% -
HSV(B) 134.59º 0.32% 0.46% -
XYZ 11.47 15.15 11.77 -
YUV 102.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 80 117 89 0.32 0 0.24 0.54 134.59 0.19 0.39
Hex 50 75 59 20 0 18 36 87 13 27
Octal 120 165 131 40 0 30 66 207 23 47
Binary 1010000 1110101 1011001 100000 0 11000 110110 10000111 10011 100111

Color Harmonies of #507559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507559

Black with #507559

Text Example


Text Example

White with #507559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507559; }

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

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

background-color css

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

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

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

border-color css

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

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

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