#507262

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

Shades of Como #507262

Tints of Como #507262

Color information

#507262 (or 0x507262) is unknown color: approx Como. HEX triplet: 50, 72 and 62. RGB value is (80,114,98). Sum of RGB (Red+Green+Blue) = 80+114+98=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #507262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507262 is #AF8D9D. Grayscale: #666666. Windows color (decimal): -11505054 or 6451792. OLE color: 6451792.

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

Color convert

RGB8011498-
CMYK0.3000.140.55
HSL151.76º17.53%38.04%-
HSV(B)151.76º29.82%44.71%-
XYZ11.5314.6213.77-
YUV102.01125.74112.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=27.40%
G=39.04%
B=33.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114980.3000.140.55151.7617.5338.04
Hex5072621E0E37981226
Octal12016214236016672302246
Binary10100001110010110001011110011101101111001100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507262; }

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

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

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

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

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

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

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

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