#507b5d

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

Shades of Como #507B5D

Tints of Como #507B5D

Color information

#507B5D (or 0x507B5D) is unknown color: approx Como. HEX triplet: 50, 7B and 5D. RGB value is (80,123,93). Sum of RGB (Red+Green+Blue) = 80+123+93=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #507B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B5D is #AF84A2. Grayscale: #6A6A6A. Windows color (decimal): -11502755 or 6126416. OLE color: 6126416.

HSL color Cylindrical-coordinate representation of color #507B5D: hue angle of 138.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B5D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB8012393-
CMYK0.3500.240.52
HSL138.14º21.18%39.8%-
HSV(B)138.14º34.96%48.24%-
XYZ12.3716.6612.92-
YUV106.72120.25108.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=27.03%
G=41.55%
B=31.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123930.3500.240.52138.1421.1839.8
Hex507B5D23018348a1528
Octal12017313543030642122550
Binary1010000111101110111011000110110001101001000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507b5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507b5d; }

 p { color: rgb(80,123,93); }

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

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

 a { background-color: rgb(80,123,93); }

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

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

 span { border-color: rgb(80,123,93); }

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