Html Css Color HEX #50807F Breaker Bay

📋 copy color: '#50807F'

red 80 ◦ green 128 ◦ blue 127

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

Shades of Breaker Bay #50807F

Tints of Breaker Bay #50807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 23.88%
G = 38.21%
B = 37.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#50807F (or 0x50807F) is known color: Breaker Bay. HEX triplet: 50, 80 and 7F. RGB value is (80,128,127). Sum of RGB (Red+Green+Blue) = 80+128+127=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #50807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50807F is #AF7F80. Grayscale: #717171. Windows color (decimal): -11501441 or 8355920. OLE color: 8355920.

HSL color Cylindrical-coordinate representation of color #50807F: hue angle of 178.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50807F is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 127 -
CMYK 0.38 0 0.01 0.50
HSL 178.75º 0.23% 0.41% -
HSV(B) 178.75º 0.38% 0.5% -
XYZ 14.86 18.68 22.9 -
YUV 113.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 80 128 127 0.38 0 0.01 0.50 178.75 0.23 0.41
Hex 50 80 7F 26 0 1 32 B3 17 29
Octal 120 200 177 46 0 1 62 263 27 51
Binary 1010000 10000000 1111111 100110 0 1 110010 10110011 10111 101001

Color Harmonies of #50807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50807F

Black with #50807F

Text Example


Text Example

White with #50807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50807F; }

 p { color: rgb(80,128,127); }

 H1.HeaderClassName
 {
   color: #50807F;
 }
 .AnyTagClassName
 {
   color: #50807F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,128,127); }

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

border-color css

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

 span { border-color: rgb(80,128,127); }

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