#508061

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

Shades of Como #508061

Tints of Como #508061

Color information

#508061 (or 0x508061) is unknown color: approx Como. HEX triplet: 50, 80 and 61. RGB value is (80,128,97). Sum of RGB (Red+Green+Blue) = 80+128+97=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #508061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508061 is #AF7F9E. Grayscale: #6E6E6E. Windows color (decimal): -11501471 or 6389840. OLE color: 6389840.

HSL color Cylindrical-coordinate representation of color #508061: hue angle of 141.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508061 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB8012897-
CMYK0.3800.240.50
HSL141.25º23.08%40.78%-
HSV(B)141.25º37.5%50.2%-
XYZ13.1918.0114.09-
YUV110.11120.6106.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=26.23%
G=41.97%
B=31.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128970.3800.240.50141.2523.0840.78
Hex50806126018328d1729
Octal12020014146030622152751
Binary10100001000000011000011001100110001100101000110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508061; }

 p { color: rgb(80,128,97); }

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

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

 a { background-color: rgb(80,128,97); }

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

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

 span { border-color: rgb(80,128,97); }

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