#507261

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

Shades of Como #507261

Tints of Como #507261

Color information

#507261 (or 0x507261) is unknown color: approx Como. HEX triplet: 50, 72 and 61. RGB value is (80,114,97). Sum of RGB (Red+Green+Blue) = 80+114+97=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #507261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507261 is #AF8D9E. Grayscale: #656565. Windows color (decimal): -11505055 or 6386256. OLE color: 6386256.

HSL color Cylindrical-coordinate representation of color #507261: hue angle of 150º 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 #507261 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8011497-
CMYK0.3000.150.55
HSL150º17.53%38.04%-
HSV(B)150º29.82%44.71%-
XYZ11.4814.613.52-
YUV101.9125.24112.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=27.49%
G=39.18%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114970.3000.150.5515017.5338.04
Hex5072611E0F37961226
Octal12016214136017672262246
Binary10100001110010110000111110011111101111001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507261; }

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

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

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

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

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

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

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

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