#507559

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

Shades of Como #507559

Tints of Como #507559

Color information

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

RGB8011789-
CMYK0.3200.240.54
HSL134.59º18.78%38.63%-
HSV(B)134.59º31.62%45.88%-
XYZ11.4715.1511.77-
YUV102.74120.24111.78-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117890.3200.240.54134.5918.7838.63
Hex5075592001836871327
Octal12016513140030662072347
Binary1010000111010110110011000000110001101101000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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