#50797C

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

Shades of Breaker Bay #50797C

Tints of Breaker Bay #50797C

Color information

#50797C (or 0x50797C) is unknown color: approx Breaker Bay. HEX triplet: 50, 79 and 7C. RGB value is (80,121,124). Sum of RGB (Red+Green+Blue) = 80+121+124=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #50797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50797C is #AF8683. Grayscale: #6D6D6D. Windows color (decimal): -11503236 or 8157520. OLE color: 8157520.

HSL color Cylindrical-coordinate representation of color #50797C: hue angle of 184.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50797C is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80121124-
CMYK0.350.0200.51
HSL184.09º21.57%40%-
HSV(B)184.09º35.48%48.63%-
XYZ13.7816.8421.59-
YUV109.08136.42107.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=24.62%
G=37.23%
B=38.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801211240.350.0200.51184.0921.5740
Hex50797C232033b81628
Octal1201711744320632702650
Binary1010000111100111111001000111001100111011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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