Shades of Breaker Bay #50767A
Tints of Breaker Bay #50767A
RGB
CMYK
RGB Variations
Color information
#50767A (or 0x50767A) is known color: Breaker Bay. HEX triplet: 50, 76 and 7A. RGB value is (80,118,122). Sum of RGB (Red+Green+Blue) = 80+118+122=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #50767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50767A is #AF8985. Grayscale: #6B6B6B. Windows color (decimal): -11504006 or 8025680. OLE color: 8025680.
HSL color Cylindrical-coordinate representation of color #50767A: hue angle of 185.71º 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 #50767A is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 118 | 122 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.52 |
| HSL | 185.71º | 0.21% | 0.4% | - |
| HSV(B) | 185.71º | 0.34% | 0.48% | - |
| XYZ | 13.3 | 16.07 | 20.81 | - |
| YUV | 107.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 122 | 0.34 | 0.03 | 0 | 0.52 | 185.71 | 0.21 | 0.4 |
| Hex | 50 | 76 | 7A | 22 | 3 | 0 | 34 | BA | 15 | 28 |
| Octal | 120 | 166 | 172 | 42 | 3 | 0 | 64 | 272 | 25 | 50 |
| Binary | 1010000 | 1110110 | 1111010 | 100010 | 11 | 0 | 110100 | 10111010 | 10101 | 101000 |
Color Harmonies of #50767A
Complementary color
Monochromatic Colors of #50767A
Black with #50767A
Text Example
Text Example
White with #50767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50767A; }
p { color: rgb(80,118,122); }
H1.HeaderClassName
{
color: #50767A;
}
.AnyTagClassName
{
color: #50767A;
}
</style>
background-color css
<style>
a { background-color: #50767A; }
a { background-color: rgb(80,118,122); }
div.DivClassName
{
background-color: #50767A;
}
.BgClassName
{
background-color: #50767A;
}
</style>
border-color css
<style>
span { border-color: #50767A; }
span { border-color: rgb(80,118,122); }
td.TdClassName
{
border-color: #50767A;
}
.TagClassName
{
border-color: #50767A;
}
</style>