#508860

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

Shades of Como #508860

Tints of Como #508860

Color information

#508860 (or 0x508860) is unknown color: approx Como. HEX triplet: 50, 88 and 60. RGB value is (80,136,96). Sum of RGB (Red+Green+Blue) = 80+136+96=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #508860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508860 is #AF779F. Grayscale: #727272. Windows color (decimal): -11499424 or 6326352. OLE color: 6326352.

HSL color Cylindrical-coordinate representation of color #508860: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508860 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8013696-
CMYK0.4100.290.47
HSL137.14º25.93%42.35%-
HSV(B)137.14º41.18%53.33%-
XYZ14.2220.1614.21-
YUV114.7117.45103.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=25.64%
G=43.59%
B=30.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136960.4100.290.47137.1425.9342.35
Hex5088602901D2F891a2a
Octal12021014051035572113252
Binary10100001000100011000001010010111011011111000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508860; }

 p { color: rgb(80,136,96); }

 H1.HeaderClassName
 {
   color: #508860;
 }
 .AnyTagClassName
 {
   color: #508860;
 }
</style>
background-color css

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

 a { background-color: rgb(80,136,96); }

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

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

 span { border-color: rgb(80,136,96); }

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