Shades of Breaker Bay #518180
Tints of Breaker Bay #518180
RGB
CMYK
RGB Variations
Color information
#518180 (or 0x518180) is known color: Breaker Bay. HEX triplet: 51, 81 and 80. RGB value is (81,129,128). Sum of RGB (Red+Green+Blue) = 81+129+128=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #518180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518180 is #AE7E7F. Grayscale: #727272. Windows color (decimal): -11435648 or 8421713. OLE color: 8421713.
HSL color Cylindrical-coordinate representation of color #518180: hue angle of 178.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518180 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 128 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.49 |
| HSL | 178.75º | 0.23% | 0.41% | - |
| HSV(B) | 178.75º | 0.37% | 0.51% | - |
| XYZ | 15.14 | 19.01 | 23.29 | - |
| YUV | 114.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 128 | 0.37 | 0 | 0.01 | 0.49 | 178.75 | 0.23 | 0.41 |
| Hex | 51 | 81 | 80 | 25 | 0 | 1 | 31 | B3 | 17 | 29 |
| Octal | 121 | 201 | 200 | 45 | 0 | 1 | 61 | 263 | 27 | 51 |
| Binary | 1010001 | 10000001 | 10000000 | 100101 | 0 | 1 | 110001 | 10110011 | 10111 | 101001 |
Color Harmonies of #518180
Complementary color
Monochromatic Colors of #518180
Black with #518180
Text Example
Text Example
White with #518180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518180; }
p { color: rgb(81,129,128); }
H1.HeaderClassName
{
color: #518180;
}
.AnyTagClassName
{
color: #518180;
}
</style>
background-color css
<style>
a { background-color: #518180; }
a { background-color: rgb(81,129,128); }
div.DivClassName
{
background-color: #518180;
}
.BgClassName
{
background-color: #518180;
}
</style>
border-color css
<style>
span { border-color: #518180; }
span { border-color: rgb(81,129,128); }
td.TdClassName
{
border-color: #518180;
}
.TagClassName
{
border-color: #518180;
}
</style>