#508467

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

Shades of Como #508467

Tints of Como #508467

Color information

#508467 (or 0x508467) is unknown color: approx Como. HEX triplet: 50, 84 and 67. RGB value is (80,132,103). Sum of RGB (Red+Green+Blue) = 80+132+103=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #508467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508467 is #AF7B98. Grayscale: #717171. Windows color (decimal): -11500441 or 6784080. OLE color: 6784080.

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

Color convert

RGB80132103-
CMYK0.3900.220.48
HSL146.54º24.53%41.57%-
HSV(B)146.54º39.39%51.76%-
XYZ14.0119.1915.8-
YUV113.15122.27104.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=25.40%
G=41.90%
B=32.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321030.3900.220.48146.5424.5341.57
Hex508467270163093192a
Octal12020414747026602233152
Binary10100001000010011001111001110101101100001001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508467; }

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

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

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

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

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

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

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

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