#507F67

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

Shades of Como #507F67

Tints of Como #507F67

Color information

#507F67 (or 0x507F67) is unknown color: approx Como. HEX triplet: 50, 7F and 67. RGB value is (80,127,103). Sum of RGB (Red+Green+Blue) = 80+127+103=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #507F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F67 is #AF8098. Grayscale: #6E6E6E. Windows color (decimal): -11501721 or 6782800. OLE color: 6782800.

HSL color Cylindrical-coordinate representation of color #507F67: hue angle of 149.36º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F67 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB80127103-
CMYK0.3700.190.50
HSL149.36º22.71%40.59%-
HSV(B)149.36º37.01%49.8%-
XYZ13.3517.8615.58-
YUV110.21123.93106.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=25.81%
G=40.97%
B=33.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801271030.3700.190.50149.3622.7140.59
Hex507F672501332951729
Octal12017714745023622252751
Binary1010000111111111001111001010100111100101001010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,127,103); }

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

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

 a { background-color: rgb(80,127,103); }

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

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

 span { border-color: rgb(80,127,103); }

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