Shades of Breaker Bay #50837A
Tints of Breaker Bay #50837A
RGB
CMYK
RGB Variations
Color information
#50837A (or 0x50837A) is known color: Breaker Bay. HEX triplet: 50, 83 and 7A. RGB value is (80,131,122). Sum of RGB (Red+Green+Blue) = 80+131+122=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #50837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50837A is #AF7C85. Grayscale: #727272. Windows color (decimal): -11500678 or 8029008. OLE color: 8029008.
HSL color Cylindrical-coordinate representation of color #50837A: hue angle of 169.41º 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 #50837A is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 122 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.49 |
| HSL | 169.41º | 0.24% | 0.41% | - |
| HSV(B) | 169.41º | 0.39% | 0.51% | - |
| XYZ | 14.94 | 19.34 | 21.36 | - |
| YUV | 114.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 122 | 0.39 | 0 | 0.07 | 0.49 | 169.41 | 0.24 | 0.41 |
| Hex | 50 | 83 | 7A | 27 | 0 | 7 | 31 | A9 | 18 | 29 |
| Octal | 120 | 203 | 172 | 47 | 0 | 7 | 61 | 251 | 30 | 51 |
| Binary | 1010000 | 10000011 | 1111010 | 100111 | 0 | 111 | 110001 | 10101001 | 11000 | 101001 |
Color Harmonies of #50837A
Complementary color
Monochromatic Colors of #50837A
Black with #50837A
Text Example
Text Example
White with #50837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50837A; }
p { color: rgb(80,131,122); }
H1.HeaderClassName
{
color: #50837A;
}
.AnyTagClassName
{
color: #50837A;
}
</style>
background-color css
<style>
a { background-color: #50837A; }
a { background-color: rgb(80,131,122); }
div.DivClassName
{
background-color: #50837A;
}
.BgClassName
{
background-color: #50837A;
}
</style>
border-color css
<style>
span { border-color: #50837A; }
span { border-color: rgb(80,131,122); }
td.TdClassName
{
border-color: #50837A;
}
.TagClassName
{
border-color: #50837A;
}
</style>