#508561

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

Shades of Como #508561

Tints of Como #508561

Color information

#508561 (or 0x508561) is unknown color: approx Como. HEX triplet: 50, 85 and 61. RGB value is (80,133,97). Sum of RGB (Red+Green+Blue) = 80+133+97=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #508561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508561 is #AF7A9E. Grayscale: #717171. Windows color (decimal): -11500191 or 6391120. OLE color: 6391120.

HSL color Cylindrical-coordinate representation of color #508561: hue angle of 139.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508561 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB8013397-
CMYK0.4000.270.48
HSL139.25º24.88%41.76%-
HSV(B)139.25º39.85%52.16%-
XYZ13.8519.3414.31-
YUV113.05118.94104.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=25.81%
G=42.90%
B=31.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133970.4000.270.48139.2524.8841.76
Hex5085612801B308b192a
Octal12020514150033602133152
Binary10100001000010111000011010000110111100001000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508561; }

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

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

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

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

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

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

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

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