Shades of Breaker Bay #517D78
Tints of Breaker Bay #517D78
RGB
CMYK
RGB Variations
Color information
#517D78 (or 0x517D78) is known color: Breaker Bay. HEX triplet: 51, 7D and 78. RGB value is (81,125,120). Sum of RGB (Red+Green+Blue) = 81+125+120=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #517D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D78 is #AE8287. Grayscale: #6F6F6F. Windows color (decimal): -11436680 or 7896401. OLE color: 7896401.
HSL color Cylindrical-coordinate representation of color #517D78: hue angle of 173.18º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D78 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 120 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.51 |
| HSL | 173.18º | 0.21% | 0.4% | - |
| HSV(B) | 173.18º | 0.35% | 0.49% | - |
| XYZ | 14.12 | 17.77 | 20.46 | - |
| YUV | 111.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 120 | 0.35 | 0 | 0.04 | 0.51 | 173.18 | 0.21 | 0.4 |
| Hex | 51 | 7D | 78 | 23 | 0 | 4 | 33 | AD | 15 | 28 |
| Octal | 121 | 175 | 170 | 43 | 0 | 4 | 63 | 255 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1111000 | 100011 | 0 | 100 | 110011 | 10101101 | 10101 | 101000 |
Color Harmonies of #517D78
Complementary color
Monochromatic Colors of #517D78
Black with #517D78
Text Example
Text Example
White with #517D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D78; }
p { color: rgb(81,125,120); }
H1.HeaderClassName
{
color: #517D78;
}
.AnyTagClassName
{
color: #517D78;
}
</style>
background-color css
<style>
a { background-color: #517D78; }
a { background-color: rgb(81,125,120); }
div.DivClassName
{
background-color: #517D78;
}
.BgClassName
{
background-color: #517D78;
}
</style>
border-color css
<style>
span { border-color: #517D78; }
span { border-color: rgb(81,125,120); }
td.TdClassName
{
border-color: #517D78;
}
.TagClassName
{
border-color: #517D78;
}
</style>