#50797B

Color #50797B Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #50797B

Tints of Breaker Bay #50797B

Color information

#50797B (or 0x50797B) is unknown color: approx Breaker Bay. HEX triplet: 50, 79 and 7B. RGB value is (80,121,123). Sum of RGB (Red+Green+Blue) = 80+121+123=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #50797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50797B is #AF8684. Grayscale: #6C6C6C. Windows color (decimal): -11503237 or 8091984. OLE color: 8091984.

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

Color convert

RGB80121123-
CMYK0.350.0200.52
HSL182.79º21.18%39.8%-
HSV(B)182.79º34.96%48.24%-
XYZ13.7216.8121.26-
YUV108.97135.92107.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=24.69%
G=37.35%
B=37.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801211230.350.0200.52182.7921.1839.8
Hex50797B232034b71528
Octal1201711734320642672550
Binary1010000111100111110111000111001101001011011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50797B; }

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

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

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

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

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

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

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

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