#508163

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

Shades of Como #508163

Tints of Como #508163

Color information

#508163 (or 0x508163) is unknown color: approx Como. HEX triplet: 50, 81 and 63. RGB value is (80,129,99). Sum of RGB (Red+Green+Blue) = 80+129+99=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #508163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508163 is #AF7E9C. Grayscale: #6F6F6F. Windows color (decimal): -11501213 or 6521168. OLE color: 6521168.

HSL color Cylindrical-coordinate representation of color #508163: hue angle of 143.27º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508163 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB8012999-
CMYK0.3800.230.49
HSL143.27º23.44%40.98%-
HSV(B)143.27º37.98%50.59%-
XYZ13.4118.3114.63-
YUV110.93121.27105.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=25.97%
G=41.88%
B=32.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129990.3800.230.49143.2723.4440.98
Hex50816326017318f1729
Octal12020114346027612172751
Binary10100001000000111000111001100101111100011000111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508163; }

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

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

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

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

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

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

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

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