#507659

Color #507659 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #507659

Tints of Como #507659

Color information

#507659 (or 0x507659) is unknown color: approx 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

RGB8011889-
CMYK0.3200.250.54
HSL134.21º19.19%38.82%-
HSV(B)134.21º32.2%46.27%-
XYZ11.5915.3811.81-
YUV103.33119.91111.36-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118890.3200.250.54134.2119.1938.82
Hex5076592001936861327
Octal12016613140031662062347
Binary1010000111011010110011000000110011101101000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>