#508265

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

Shades of Como #508265

Tints of Como #508265

Color information

#508265 (or 0x508265) is unknown color: approx Como. HEX triplet: 50, 82 and 65. RGB value is (80,130,101). Sum of RGB (Red+Green+Blue) = 80+130+101=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #508265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508265 is #AF7D9A. Grayscale: #6F6F6F. Windows color (decimal): -11500955 or 6652496. OLE color: 6652496.

HSL color Cylindrical-coordinate representation of color #508265: hue angle of 145.2º degrees, saturation: 0.24, 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 #508265 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB80130101-
CMYK0.3800.220.49
HSL145.2º23.81%41.18%-
HSV(B)145.2º38.46%50.98%-
XYZ13.6418.6115.19-
YUV111.74121.94105.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=25.72%
G=41.80%
B=32.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801301010.3800.220.49145.223.8141.18
Hex5082652601631911829
Octal12020214546026612213051
Binary10100001000001011001011001100101101100011001000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508265; }

 p { color: rgb(80,130,101); }

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

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

 a { background-color: rgb(80,130,101); }

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

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

 span { border-color: rgb(80,130,101); }

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