Shades of Breaker Bay #50827C
Tints of Breaker Bay #50827C
RGB
CMYK
RGB Variations
Color information
#50827C (or 0x50827C) is known color: Breaker Bay. HEX triplet: 50, 82 and 7C. RGB value is (80,130,124). Sum of RGB (Red+Green+Blue) = 80+130+124=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #50827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50827C is #AF7D83. Grayscale: #727272. Windows color (decimal): -11500932 or 8159824. OLE color: 8159824.
HSL color Cylindrical-coordinate representation of color #50827C: hue angle of 172.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50827C is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 124 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.49 |
| HSL | 172.8º | 0.24% | 0.41% | - |
| HSV(B) | 172.8º | 0.38% | 0.51% | - |
| XYZ | 14.93 | 19.13 | 21.97 | - |
| YUV | 114.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 124 | 0.38 | 0 | 0.05 | 0.49 | 172.8 | 0.24 | 0.41 |
| Hex | 50 | 82 | 7C | 26 | 0 | 5 | 31 | AD | 18 | 29 |
| Octal | 120 | 202 | 174 | 46 | 0 | 5 | 61 | 255 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1111100 | 100110 | 0 | 101 | 110001 | 10101101 | 11000 | 101001 |
Color Harmonies of #50827C
Complementary color
Monochromatic Colors of #50827C
Black with #50827C
Text Example
Text Example
White with #50827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50827C; }
p { color: rgb(80,130,124); }
H1.HeaderClassName
{
color: #50827C;
}
.AnyTagClassName
{
color: #50827C;
}
</style>
background-color css
<style>
a { background-color: #50827C; }
a { background-color: rgb(80,130,124); }
div.DivClassName
{
background-color: #50827C;
}
.BgClassName
{
background-color: #50827C;
}
</style>
border-color css
<style>
span { border-color: #50827C; }
span { border-color: rgb(80,130,124); }
td.TdClassName
{
border-color: #50827C;
}
.TagClassName
{
border-color: #50827C;
}
</style>