#508D63

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

Shades of Como #508D63

Tints of Como #508D63

Color information

#508D63 (or 0x508D63) is unknown color: approx Como. HEX triplet: 50, 8D and 63. RGB value is (80,141,99). Sum of RGB (Red+Green+Blue) = 80+141+99=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #508D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D63 is #AF729C. Grayscale: #767676. Windows color (decimal): -11498141 or 6524240. OLE color: 6524240.

HSL color Cylindrical-coordinate representation of color #508D63: hue angle of 138.69º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D63 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB8014199-
CMYK0.4300.300.45
HSL138.69º27.6%43.33%-
HSV(B)138.69º43.26%55.29%-
XYZ15.0921.6615.19-
YUV117.97117.29100.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=25%
G=44.06%
B=30.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141990.4300.300.45138.6927.643.33
Hex508D632B01E2D8b1c2b
Octal12021514353036552133453
Binary10100001000110111000111010110111101011011000101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D63; }

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

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

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

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

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

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

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

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