Html Css Color HEX #50757A Breaker Bay

📋 copy color: '#50757A'

red 80 ◦ green 117 ◦ blue 122

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

Shades of Breaker Bay #50757A

Tints of Breaker Bay #50757A

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 25.08%
G = 36.68%
B = 38.24%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50757A (or 0x50757A) is known color: Breaker Bay. HEX triplet: 50, 75 and 7A. RGB value is (80,117,122). Sum of RGB (Red+Green+Blue) = 80+117+122=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #50757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50757A is #AF8A85. Grayscale: #6A6A6A. Windows color (decimal): -11504262 or 8025424. OLE color: 8025424.

HSL color Cylindrical-coordinate representation of color #50757A: hue angle of 187.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50757A is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 117 122 -
CMYK 0.34 0.04 0 0.52
HSL 187.14º 0.21% 0.4% -
HSV(B) 187.14º 0.34% 0.48% -
XYZ 13.18 15.83 20.77 -
YUV 106.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 80 117 122 0.34 0.04 0 0.52 187.14 0.21 0.4
Hex 50 75 7A 22 4 0 34 BB 15 28
Octal 120 165 172 42 4 0 64 273 25 50
Binary 1010000 1110101 1111010 100010 100 0 110100 10111011 10101 101000

Color Harmonies of #50757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50757A

Black with #50757A

Text Example


Text Example

White with #50757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50757A; }

 p { color: rgb(80,117,122); }

 H1.HeaderClassName
 {
   color: #50757A;
 }
 .AnyTagClassName
 {
   color: #50757A;
 }
</style>

background-color css

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

 a { background-color: rgb(80,117,122); }

 div.DivClassName
 {
   background-color: #50757A;
 }
 .BgClassName
 {
   background-color: #50757A;
 }
</style>

border-color css

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

 span { border-color: rgb(80,117,122); }

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