#508460

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

Shades of Como #508460

Tints of Como #508460

Color information

#508460 (or 0x508460) is unknown color: approx Como. HEX triplet: 50, 84 and 60. RGB value is (80,132,96). Sum of RGB (Red+Green+Blue) = 80+132+96=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #508460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508460 is #AF7B9F. Grayscale: #707070. Windows color (decimal): -11500448 or 6325328. OLE color: 6325328.

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

Color convert

RGB8013296-
CMYK0.3900.270.48
HSL138.46º24.53%41.57%-
HSV(B)138.46º39.39%51.76%-
XYZ13.6719.0514.02-
YUV112.35118.77104.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=25.97%
G=42.86%
B=31.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132960.3900.270.48138.4624.5341.57
Hex5084602701B308a192a
Octal12020414047033602123152
Binary10100001000010011000001001110110111100001000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508460; }

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

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

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

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

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

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

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

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