Shades of Breaker Bay #50827E
Tints of Breaker Bay #50827E
RGB
CMYK
RGB Variations
Color information
#50827E (or 0x50827E) is known color: Breaker Bay. HEX triplet: 50, 82 and 7E. RGB value is (80,130,126). Sum of RGB (Red+Green+Blue) = 80+130+126=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #50827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50827E is #AF7D81. Grayscale: #727272. Windows color (decimal): -11500930 or 8290896. OLE color: 8290896.
HSL color Cylindrical-coordinate representation of color #50827E: hue angle of 175.2º 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 #50827E is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 126 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.49 |
| HSL | 175.2º | 0.24% | 0.41% | - |
| HSV(B) | 175.2º | 0.38% | 0.51% | - |
| XYZ | 15.06 | 19.18 | 22.65 | - |
| YUV | 114.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 126 | 0.38 | 0 | 0.03 | 0.49 | 175.2 | 0.24 | 0.41 |
| Hex | 50 | 82 | 7E | 26 | 0 | 3 | 31 | AF | 18 | 29 |
| Octal | 120 | 202 | 176 | 46 | 0 | 3 | 61 | 257 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1111110 | 100110 | 0 | 11 | 110001 | 10101111 | 11000 | 101001 |
Color Harmonies of #50827E
Complementary color
Monochromatic Colors of #50827E
Black with #50827E
Text Example
Text Example
White with #50827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50827E; }
p { color: rgb(80,130,126); }
H1.HeaderClassName
{
color: #50827E;
}
.AnyTagClassName
{
color: #50827E;
}
</style>
background-color css
<style>
a { background-color: #50827E; }
a { background-color: rgb(80,130,126); }
div.DivClassName
{
background-color: #50827E;
}
.BgClassName
{
background-color: #50827E;
}
</style>
border-color css
<style>
span { border-color: #50827E; }
span { border-color: rgb(80,130,126); }
td.TdClassName
{
border-color: #50827E;
}
.TagClassName
{
border-color: #50827E;
}
</style>