#508663

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

Shades of Como #508663

Tints of Como #508663

Color information

#508663 (or 0x508663) is unknown color: approx Como. HEX triplet: 50, 86 and 63. RGB value is (80,134,99). Sum of RGB (Red+Green+Blue) = 80+134+99=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #508663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508663 is #AF799C. Grayscale: #717171. Windows color (decimal): -11499933 or 6522448. OLE color: 6522448.

HSL color Cylindrical-coordinate representation of color #508663: hue angle of 141.11º 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 #508663 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB8013499-
CMYK0.4000.260.47
HSL141.11º25.23%41.96%-
HSV(B)141.11º40.3%52.55%-
XYZ14.0919.6614.86-
YUV113.86119.61103.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=25.56%
G=42.81%
B=31.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134990.4000.260.47141.1125.2341.96
Hex5086632801A2F8d192a
Octal12020614350032572153152
Binary10100001000011011000111010000110101011111000110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508663; }

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

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

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

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

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

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

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

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