#508364

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

Shades of Como #508364

Tints of Como #508364

Color information

#508364 (or 0x508364) is unknown color: approx Como. HEX triplet: 50, 83 and 64. RGB value is (80,131,100). Sum of RGB (Red+Green+Blue) = 80+131+100=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #508364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508364 is #AF7C9B. Grayscale: #707070. Windows color (decimal): -11500700 or 6587216. OLE color: 6587216.

HSL color Cylindrical-coordinate representation of color #508364: hue angle of 143.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508364 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB80131100-
CMYK0.3900.240.49
HSL143.53º24.17%41.37%-
HSV(B)143.53º38.93%51.37%-
XYZ13.7218.8614.97-
YUV112.22121.1105.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=25.72%
G=42.12%
B=32.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801311000.3900.240.49143.5324.1741.37
Hex5083642701831901829
Octal12020314447030612203051
Binary10100001000001111001001001110110001100011001000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508364; }

 p { color: rgb(80,131,100); }

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

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

 a { background-color: rgb(80,131,100); }

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

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

 span { border-color: rgb(80,131,100); }

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