Shades of Breaker Bay #50867D
Tints of Breaker Bay #50867D
RGB
CMYK
RGB Variations
Color information
#50867D (or 0x50867D) is known color: Breaker Bay. HEX triplet: 50, 86 and 7D. RGB value is (80,134,125). Sum of RGB (Red+Green+Blue) = 80+134+125=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #50867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50867D is #AF7982. Grayscale: #747474. Windows color (decimal): -11499907 or 8226384. OLE color: 8226384.
HSL color Cylindrical-coordinate representation of color #50867D: hue angle of 170º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50867D is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 125 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.47 |
| HSL | 170º | 0.25% | 0.42% | - |
| HSV(B) | 170º | 0.4% | 0.53% | - |
| XYZ | 15.54 | 20.24 | 22.49 | - |
| YUV | 116.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 125 | 0.40 | 0 | 0.07 | 0.47 | 170 | 0.25 | 0.42 |
| Hex | 50 | 86 | 7D | 28 | 0 | 7 | 2F | AA | 19 | 2A |
| Octal | 120 | 206 | 175 | 50 | 0 | 7 | 57 | 252 | 31 | 52 |
| Binary | 1010000 | 10000110 | 1111101 | 101000 | 0 | 111 | 101111 | 10101010 | 11001 | 101010 |
Color Harmonies of #50867D
Complementary color
Monochromatic Colors of #50867D
Black with #50867D
Text Example
Text Example
White with #50867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50867D; }
p { color: rgb(80,134,125); }
H1.HeaderClassName
{
color: #50867D;
}
.AnyTagClassName
{
color: #50867D;
}
</style>
background-color css
<style>
a { background-color: #50867D; }
a { background-color: rgb(80,134,125); }
div.DivClassName
{
background-color: #50867D;
}
.BgClassName
{
background-color: #50867D;
}
</style>
border-color css
<style>
span { border-color: #50867D; }
span { border-color: rgb(80,134,125); }
td.TdClassName
{
border-color: #50867D;
}
.TagClassName
{
border-color: #50867D;
}
</style>