Html Css Color HEX #50837F Breaker Bay

📋 copy color: '#50837F'

red 80 ◦ green 131 ◦ blue 127

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

Shades of Breaker Bay #50837F

Tints of Breaker Bay #50837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 23.67%
G = 38.76%
B = 37.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#50837F (or 0x50837F) is known color: Breaker Bay. HEX triplet: 50, 83 and 7F. RGB value is (80,131,127). Sum of RGB (Red+Green+Blue) = 80+131+127=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #50837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50837F is #AF7C80. Grayscale: #737373. Windows color (decimal): -11500673 or 8356688. OLE color: 8356688.

HSL color Cylindrical-coordinate representation of color #50837F: hue angle of 175.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50837F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 127 -
CMYK 0.39 0 0.03 0.49
HSL 175.29º 0.24% 0.41% -
HSV(B) 175.29º 0.39% 0.51% -
XYZ 15.26 19.47 23.03 -
YUV 115.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 80 131 127 0.39 0 0.03 0.49 175.29 0.24 0.41
Hex 50 83 7F 27 0 3 31 AF 18 29
Octal 120 203 177 47 0 3 61 257 30 51
Binary 1010000 10000011 1111111 100111 0 11 110001 10101111 11000 101001

Color Harmonies of #50837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50837F

Black with #50837F

Text Example


Text Example

White with #50837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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