#507B61

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

Shades of Como #507B61

Tints of Como #507B61

Color information

#507B61 (or 0x507B61) is unknown color: approx Como. HEX triplet: 50, 7B and 61. RGB value is (80,123,97). Sum of RGB (Red+Green+Blue) = 80+123+97=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #507B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B61 is #AF849E. Grayscale: #6B6B6B. Windows color (decimal): -11502751 or 6388560. OLE color: 6388560.

HSL color Cylindrical-coordinate representation of color #507B61: hue angle of 143.72º 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 #507B61 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB8012397-
CMYK0.3500.210.52
HSL143.72º21.18%39.8%-
HSV(B)143.72º34.96%48.24%-
XYZ12.5516.7313.88-
YUV107.18122.25108.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=26.67%
G=41%
B=32.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123970.3500.210.52143.7221.1839.8
Hex507B612301534901528
Octal12017314143025642202550
Binary1010000111101111000011000110101011101001001000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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