#508560

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

Shades of Como #508560

Tints of Como #508560

Color information

#508560 (or 0x508560) is unknown color: approx Como. HEX triplet: 50, 85 and 60. RGB value is (80,133,96). Sum of RGB (Red+Green+Blue) = 80+133+96=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #508560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508560 is #AF7A9F. Grayscale: #717171. Windows color (decimal): -11500192 or 6325584. OLE color: 6325584.

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

Color convert

RGB8013396-
CMYK0.4000.280.48
HSL138.11º24.88%41.76%-
HSV(B)138.11º39.85%52.16%-
XYZ13.8119.3314.07-
YUV112.94118.44104.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=25.89%
G=43.04%
B=31.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133960.4000.280.48138.1124.8841.76
Hex5085602801C308a192a
Octal12020514050034602123152
Binary10100001000010111000001010000111001100001000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508560; }

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

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

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

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

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

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

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

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