Shades of Breaker Bay #517A75
Tints of Breaker Bay #517A75
RGB
CMYK
RGB Variations
Color information
#517A75 (or 0x517A75) is known color: Breaker Bay. HEX triplet: 51, 7A and 75. RGB value is (81,122,117). Sum of RGB (Red+Green+Blue) = 81+122+117=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #517A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A75 is #AE858A. Grayscale: #6D6D6D. Windows color (decimal): -11437451 or 7699025. OLE color: 7699025.
HSL color Cylindrical-coordinate representation of color #517A75: hue angle of 172.68º degrees, saturation: 0.2, 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 #517A75 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 117 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.52 |
| HSL | 172.68º | 0.2% | 0.4% | - |
| HSV(B) | 172.68º | 0.34% | 0.48% | - |
| XYZ | 13.56 | 16.95 | 19.39 | - |
| YUV | 109.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 117 | 0.34 | 0 | 0.04 | 0.52 | 172.68 | 0.2 | 0.4 |
| Hex | 51 | 7A | 75 | 22 | 0 | 4 | 34 | AD | 14 | 28 |
| Octal | 121 | 172 | 165 | 42 | 0 | 4 | 64 | 255 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1110101 | 100010 | 0 | 100 | 110100 | 10101101 | 10100 | 101000 |
Color Harmonies of #517A75
Complementary color
Monochromatic Colors of #517A75
Black with #517A75
Text Example
Text Example
White with #517A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A75; }
p { color: rgb(81,122,117); }
H1.HeaderClassName
{
color: #517A75;
}
.AnyTagClassName
{
color: #517A75;
}
</style>
background-color css
<style>
a { background-color: #517A75; }
a { background-color: rgb(81,122,117); }
div.DivClassName
{
background-color: #517A75;
}
.BgClassName
{
background-color: #517A75;
}
</style>
border-color css
<style>
span { border-color: #517A75; }
span { border-color: rgb(81,122,117); }
td.TdClassName
{
border-color: #517A75;
}
.TagClassName
{
border-color: #517A75;
}
</style>