#508662

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

Shades of Como #508662

Tints of Como #508662

Color information

#508662 (or 0x508662) is unknown color: approx Como. HEX triplet: 50, 86 and 62. RGB value is (80,134,98). Sum of RGB (Red+Green+Blue) = 80+134+98=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #508662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508662 is #AF799D. Grayscale: #717171. Windows color (decimal): -11499934 or 6456912. OLE color: 6456912.

HSL color Cylindrical-coordinate representation of color #508662: hue angle of 140º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508662 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB8013498-
CMYK0.4000.270.47
HSL140º25.23%41.96%-
HSV(B)140º40.3%52.55%-
XYZ14.0419.6414.61-
YUV113.75119.11103.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=25.64%
G=42.95%
B=31.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134980.4000.270.4714025.2341.96
Hex5086622801B2F8c192a
Octal12020614250033572143152
Binary10100001000011011000101010000110111011111000110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508662; }

 p { color: rgb(80,134,98); }

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

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

 a { background-color: rgb(80,134,98); }

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

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

 span { border-color: rgb(80,134,98); }

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