#508465

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

Shades of Como #508465

Tints of Como #508465

Color information

#508465 (or 0x508465) is unknown color: approx Como. HEX triplet: 50, 84 and 65. RGB value is (80,132,101). Sum of RGB (Red+Green+Blue) = 80+132+101=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #508465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508465 is #AF7B9A. Grayscale: #707070. Windows color (decimal): -11500443 or 6653008. OLE color: 6653008.

HSL color Cylindrical-coordinate representation of color #508465: hue angle of 144.23º 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 #508465 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB80132101-
CMYK0.3900.230.48
HSL144.23º24.53%41.57%-
HSV(B)144.23º39.39%51.76%-
XYZ13.9119.1515.27-
YUV112.92121.27104.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=25.56%
G=42.17%
B=32.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321010.3900.230.48144.2324.5341.57
Hex508465270173090192a
Octal12020414547027602203152
Binary10100001000010011001011001110101111100001001000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508465; }

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

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

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

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

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

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

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

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