#508463

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

Shades of Como #508463

Tints of Como #508463

Color information

#508463 (or 0x508463) is unknown color: approx Como. HEX triplet: 50, 84 and 63. RGB value is (80,132,99). Sum of RGB (Red+Green+Blue) = 80+132+99=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #508463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508463 is #AF7B9C. Grayscale: #707070. Windows color (decimal): -11500445 or 6521936. OLE color: 6521936.

HSL color Cylindrical-coordinate representation of color #508463: hue angle of 141.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508463 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB8013299-
CMYK0.3900.250.48
HSL141.92º24.53%41.57%-
HSV(B)141.92º39.39%51.76%-
XYZ13.8119.1114.76-
YUV112.69120.27104.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=25.72%
G=42.44%
B=31.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132990.3900.250.48141.9224.5341.57
Hex50846327019308e192a
Octal12020414347031602163152
Binary10100001000010011000111001110110011100001000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508463; }

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

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

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

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

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

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

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

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