#507766

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

Shades of Como #507766

Tints of Como #507766

Color information

#507766 (or 0x507766) is unknown color: approx Como. HEX triplet: 50, 77 and 66. RGB value is (80,119,102). Sum of RGB (Red+Green+Blue) = 80+119+102=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #507766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507766 is #AF8899. Grayscale: #696969. Windows color (decimal): -11503770 or 6715216. OLE color: 6715216.

HSL color Cylindrical-coordinate representation of color #507766: hue angle of 153.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507766 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB80119102-
CMYK0.3300.140.53
HSL153.85º19.6%39.02%-
HSV(B)153.85º32.77%46.67%-
XYZ12.315.8614.98-
YUV105.4126.08109.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=26.58%
G=39.53%
B=33.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801191020.3300.140.53153.8519.639.02
Hex507766210E359a1427
Octal12016714641016652322447
Binary101000011101111100110100001011101101011001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507766; }

 p { color: rgb(80,119,102); }

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

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

 a { background-color: rgb(80,119,102); }

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

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

 span { border-color: rgb(80,119,102); }

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