Shades of Breaker Bay #50787A
Tints of Breaker Bay #50787A
RGB
CMYK
RGB Variations
Color information
#50787A (or 0x50787A) is known color: Breaker Bay. HEX triplet: 50, 78 and 7A. RGB value is (80,120,122). Sum of RGB (Red+Green+Blue) = 80+120+122=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #50787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50787A is #AF8785. Grayscale: #6C6C6C. Windows color (decimal): -11503494 or 8026192. OLE color: 8026192.
HSL color Cylindrical-coordinate representation of color #50787A: hue angle of 182.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50787A is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 120 | 122 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.52 |
| HSL | 182.86º | 0.21% | 0.4% | - |
| HSV(B) | 182.86º | 0.34% | 0.48% | - |
| XYZ | 13.54 | 16.54 | 20.89 | - |
| YUV | 108.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 122 | 0.34 | 0.02 | 0 | 0.52 | 182.86 | 0.21 | 0.4 |
| Hex | 50 | 78 | 7A | 22 | 2 | 0 | 34 | B7 | 15 | 28 |
| Octal | 120 | 170 | 172 | 42 | 2 | 0 | 64 | 267 | 25 | 50 |
| Binary | 1010000 | 1111000 | 1111010 | 100010 | 10 | 0 | 110100 | 10110111 | 10101 | 101000 |
Color Harmonies of #50787A
Complementary color
Monochromatic Colors of #50787A
Black with #50787A
Text Example
Text Example
White with #50787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50787A; }
p { color: rgb(80,120,122); }
H1.HeaderClassName
{
color: #50787A;
}
.AnyTagClassName
{
color: #50787A;
}
</style>
background-color css
<style>
a { background-color: #50787A; }
a { background-color: rgb(80,120,122); }
div.DivClassName
{
background-color: #50787A;
}
.BgClassName
{
background-color: #50787A;
}
</style>
border-color css
<style>
span { border-color: #50787A; }
span { border-color: rgb(80,120,122); }
td.TdClassName
{
border-color: #50787A;
}
.TagClassName
{
border-color: #50787A;
}
</style>