#507461

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

Shades of Como #507461

Tints of Como #507461

Color information

#507461 (or 0x507461) is unknown color: approx Como. HEX triplet: 50, 74 and 61. RGB value is (80,116,97). Sum of RGB (Red+Green+Blue) = 80+116+97=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #507461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507461 is #AF8B9E. Grayscale: #676767. Windows color (decimal): -11504543 or 6386768. OLE color: 6386768.

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

Color convert

RGB8011697-
CMYK0.3100.160.55
HSL148.33º18.37%38.43%-
HSV(B)148.33º31.03%45.49%-
XYZ11.7115.0613.6-
YUV103.07124.57111.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=27.30%
G=39.59%
B=33.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116970.3100.160.55148.3318.3738.43
Hex5074611F01037941226
Octal12016414137020672242246
Binary101000011101001100001111110100001101111001010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507461; }

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

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

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

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

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

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

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

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