Html Css Color HEX #50797C Breaker Bay

📋 copy color: '#50797C'

red 80 ◦ green 121 ◦ blue 124

#50797C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #50797C

Tints of Breaker Bay #50797C

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 value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50797C (or 0x50797C) is known color: 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

RGB 80 121 124 -
CMYK 0.35 0.02 0 0.51
HSL 184.09º 0.22% 0.4% -
HSV(B) 184.09º 0.35% 0.49% -
XYZ 13.78 16.84 21.59 -
YUV 109.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 80 121 124 0.35 0.02 0 0.51 184.09 0.22 0.4
Hex 50 79 7C 23 2 0 33 B8 16 28
Octal 120 171 174 43 2 0 63 270 26 50
Binary 1010000 1111001 1111100 100011 10 0 110011 10111000 10110 101000

Color Harmonies of #50797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50797C

Black with #50797C

Text Example


Text Example

White with #50797C

Text Example


Text Example

HTML Codes & Css Web 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>