Shades of Breaker Bay #518080
Tints of Breaker Bay #518080
RGB
CMYK
RGB Variations
Color information
#518080 (or 0x518080) is known color: Breaker Bay. HEX triplet: 51, 80 and 80. RGB value is (81,128,128). Sum of RGB (Red+Green+Blue) = 81+128+128=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #518080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518080 is #AE7F7F. Grayscale: #717171. Windows color (decimal): -11435904 or 8421457. OLE color: 8421457.
HSL color Cylindrical-coordinate representation of color #518080: hue angle of 180º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518080 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 128 | - |
| CMYK | 0.37 | 0 | 0 | 0.50 |
| HSL | 180º | 0.22% | 0.41% | - |
| HSV(B) | 180º | 0.37% | 0.5% | - |
| XYZ | 15.01 | 18.75 | 23.25 | - |
| YUV | 113.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 128 | 0.37 | 0 | 0 | 0.50 | 180 | 0.22 | 0.41 |
| Hex | 51 | 80 | 80 | 25 | 0 | 0 | 32 | B4 | 16 | 29 |
| Octal | 121 | 200 | 200 | 45 | 0 | 0 | 62 | 264 | 26 | 51 |
| Binary | 1010001 | 10000000 | 10000000 | 100101 | 0 | 0 | 110010 | 10110100 | 10110 | 101001 |
Color Harmonies of #518080
Complementary color
Monochromatic Colors of #518080
Black with #518080
Text Example
Text Example
White with #518080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518080; }
p { color: rgb(81,128,128); }
H1.HeaderClassName
{
color: #518080;
}
.AnyTagClassName
{
color: #518080;
}
</style>
background-color css
<style>
a { background-color: #518080; }
a { background-color: rgb(81,128,128); }
div.DivClassName
{
background-color: #518080;
}
.BgClassName
{
background-color: #518080;
}
</style>
border-color css
<style>
span { border-color: #518080; }
span { border-color: rgb(81,128,128); }
td.TdClassName
{
border-color: #518080;
}
.TagClassName
{
border-color: #518080;
}
</style>