Shades of Breaker Bay #517E77
Tints of Breaker Bay #517E77
RGB
CMYK
RGB Variations
Color information
#517E77 (or 0x517E77) is known color: Breaker Bay. HEX triplet: 51, 7E and 77. RGB value is (81,126,119). Sum of RGB (Red+Green+Blue) = 81+126+119=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #517E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E77 is #AE8188. Grayscale: #6F6F6F. Windows color (decimal): -11436425 or 7831121. OLE color: 7831121.
HSL color Cylindrical-coordinate representation of color #517E77: hue angle of 170.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E77 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 119 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.51 |
| HSL | 170.67º | 0.22% | 0.41% | - |
| HSV(B) | 170.67º | 0.36% | 0.49% | - |
| XYZ | 14.18 | 18 | 20.18 | - |
| YUV | 111.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 119 | 0.36 | 0 | 0.06 | 0.51 | 170.67 | 0.22 | 0.41 |
| Hex | 51 | 7E | 77 | 24 | 0 | 6 | 33 | AB | 16 | 29 |
| Octal | 121 | 176 | 167 | 44 | 0 | 6 | 63 | 253 | 26 | 51 |
| Binary | 1010001 | 1111110 | 1110111 | 100100 | 0 | 110 | 110011 | 10101011 | 10110 | 101001 |
Color Harmonies of #517E77
Complementary color
Monochromatic Colors of #517E77
Black with #517E77
Text Example
Text Example
White with #517E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E77; }
p { color: rgb(81,126,119); }
H1.HeaderClassName
{
color: #517E77;
}
.AnyTagClassName
{
color: #517E77;
}
</style>
background-color css
<style>
a { background-color: #517E77; }
a { background-color: rgb(81,126,119); }
div.DivClassName
{
background-color: #517E77;
}
.BgClassName
{
background-color: #517E77;
}
</style>
border-color css
<style>
span { border-color: #517E77; }
span { border-color: rgb(81,126,119); }
td.TdClassName
{
border-color: #517E77;
}
.TagClassName
{
border-color: #517E77;
}
</style>