Shades of Breaker Bay #517F75
Tints of Breaker Bay #517F75
RGB
CMYK
RGB Variations
Color information
#517F75 (or 0x517F75) is known color: Breaker Bay. HEX triplet: 51, 7F and 75. RGB value is (81,127,117). Sum of RGB (Red+Green+Blue) = 81+127+117=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #517F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F75 is #AE808A. Grayscale: #707070. Windows color (decimal): -11436171 or 7700305. OLE color: 7700305.
HSL color Cylindrical-coordinate representation of color #517F75: hue angle of 166.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F75 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 117 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.50 |
| HSL | 166.96º | 0.22% | 0.41% | - |
| HSV(B) | 166.96º | 0.36% | 0.5% | - |
| XYZ | 14.19 | 18.21 | 19.6 | - |
| YUV | 112.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 117 | 0.36 | 0 | 0.08 | 0.50 | 166.96 | 0.22 | 0.41 |
| Hex | 51 | 7F | 75 | 24 | 0 | 8 | 32 | A7 | 16 | 29 |
| Octal | 121 | 177 | 165 | 44 | 0 | 10 | 62 | 247 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1110101 | 100100 | 0 | 1000 | 110010 | 10100111 | 10110 | 101001 |
Color Harmonies of #517F75
Complementary color
Monochromatic Colors of #517F75
Black with #517F75
Text Example
Text Example
White with #517F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F75; }
p { color: rgb(81,127,117); }
H1.HeaderClassName
{
color: #517F75;
}
.AnyTagClassName
{
color: #517F75;
}
</style>
background-color css
<style>
a { background-color: #517F75; }
a { background-color: rgb(81,127,117); }
div.DivClassName
{
background-color: #517F75;
}
.BgClassName
{
background-color: #517F75;
}
</style>
border-color css
<style>
span { border-color: #517F75; }
span { border-color: rgb(81,127,117); }
td.TdClassName
{
border-color: #517F75;
}
.TagClassName
{
border-color: #517F75;
}
</style>