#507259

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

Shades of Como #507259

Tints of Como #507259

Color information

#507259 (or 0x507259) is unknown color: approx Como. HEX triplet: 50, 72 and 59. RGB value is (80,114,89). Sum of RGB (Red+Green+Blue) = 80+114+89=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #507259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507259 is #AF8DA6. Grayscale: #656565. Windows color (decimal): -11505063 or 5861968. OLE color: 5861968.

HSL color Cylindrical-coordinate representation of color #507259: hue angle of 135.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507259 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8011489-
CMYK0.3000.220.55
HSL135.88º17.53%38.04%-
HSV(B)135.88º29.82%44.71%-
XYZ11.1314.4611.66-
YUV100.98121.24113.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=28.27%
G=40.28%
B=31.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114890.3000.220.55135.8817.5338.04
Hex5072591E01637881226
Octal12016213136026672102246
Binary101000011100101011001111100101101101111000100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507259; }

 p { color: rgb(80,114,89); }

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

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

 a { background-color: rgb(80,114,89); }

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

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

 span { border-color: rgb(80,114,89); }

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