Shades of Breaker Bay #517E7B
Tints of Breaker Bay #517E7B
RGB
CMYK
RGB Variations
Color information
#517E7B (or 0x517E7B) is known color: Breaker Bay. HEX triplet: 51, 7E and 7B. RGB value is (81,126,123). Sum of RGB (Red+Green+Blue) = 81+126+123=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 126 - color contains mainly: green. Hex color #517E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E7B is #AE8184. Grayscale: #707070. Windows color (decimal): -11436421 or 8093265. OLE color: 8093265.
HSL color Cylindrical-coordinate representation of color #517E7B: hue angle of 176º 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 #517E7B is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 123 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.51 |
| HSL | 176º | 0.22% | 0.41% | - |
| HSV(B) | 176º | 0.36% | 0.49% | - |
| XYZ | 14.43 | 18.1 | 21.47 | - |
| YUV | 112.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 123 | 0.36 | 0 | 0.02 | 0.51 | 176 | 0.22 | 0.41 |
| Hex | 51 | 7E | 7B | 24 | 0 | 2 | 33 | B0 | 16 | 29 |
| Octal | 121 | 176 | 173 | 44 | 0 | 2 | 63 | 260 | 26 | 51 |
| Binary | 1010001 | 1111110 | 1111011 | 100100 | 0 | 10 | 110011 | 10110000 | 10110 | 101001 |
Color Harmonies of #517E7B
Complementary color
Monochromatic Colors of #517E7B
Black with #517E7B
Text Example
Text Example
White with #517E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E7B; }
p { color: rgb(81,126,123); }
H1.HeaderClassName
{
color: #517E7B;
}
.AnyTagClassName
{
color: #517E7B;
}
</style>
background-color css
<style>
a { background-color: #517E7B; }
a { background-color: rgb(81,126,123); }
div.DivClassName
{
background-color: #517E7B;
}
.BgClassName
{
background-color: #517E7B;
}
</style>
border-color css
<style>
span { border-color: #517E7B; }
span { border-color: rgb(81,126,123); }
td.TdClassName
{
border-color: #517E7B;
}
.TagClassName
{
border-color: #517E7B;
}
</style>