Shades of Breaker Bay #50847F
Tints of Breaker Bay #50847F
RGB
CMYK
RGB Variations
Color information
#50847F (or 0x50847F) is known color: Breaker Bay. HEX triplet: 50, 84 and 7F. RGB value is (80,132,127). Sum of RGB (Red+Green+Blue) = 80+132+127=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #50847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847F is #AF7B80. Grayscale: #737373. Windows color (decimal): -11500417 or 8356944. OLE color: 8356944.
HSL color Cylindrical-coordinate representation of color #50847F: hue angle of 174.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50847F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 127 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.48 |
| HSL | 174.23º | 0.25% | 0.42% | - |
| HSV(B) | 174.23º | 0.39% | 0.52% | - |
| XYZ | 15.39 | 19.74 | 23.08 | - |
| YUV | 115.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 127 | 0.39 | 0 | 0.04 | 0.48 | 174.23 | 0.25 | 0.42 |
| Hex | 50 | 84 | 7F | 27 | 0 | 4 | 30 | AE | 19 | 2A |
| Octal | 120 | 204 | 177 | 47 | 0 | 4 | 60 | 256 | 31 | 52 |
| Binary | 1010000 | 10000100 | 1111111 | 100111 | 0 | 100 | 110000 | 10101110 | 11001 | 101010 |
Color Harmonies of #50847F
Complementary color
Monochromatic Colors of #50847F
Black with #50847F
Text Example
Text Example
White with #50847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50847F; }
p { color: rgb(80,132,127); }
H1.HeaderClassName
{
color: #50847F;
}
.AnyTagClassName
{
color: #50847F;
}
</style>
background-color css
<style>
a { background-color: #50847F; }
a { background-color: rgb(80,132,127); }
div.DivClassName
{
background-color: #50847F;
}
.BgClassName
{
background-color: #50847F;
}
</style>
border-color css
<style>
span { border-color: #50847F; }
span { border-color: rgb(80,132,127); }
td.TdClassName
{
border-color: #50847F;
}
.TagClassName
{
border-color: #50847F;
}
</style>