Shades of Breaker Bay #517E7C
Tints of Breaker Bay #517E7C
RGB
CMYK
RGB Variations
Color information
#517E7C (or 0x517E7C) is known color: Breaker Bay. HEX triplet: 51, 7E and 7C. RGB value is (81,126,124). Sum of RGB (Red+Green+Blue) = 81+126+124=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #517E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E7C is #AE8183. Grayscale: #707070. Windows color (decimal): -11436420 or 8158801. OLE color: 8158801.
HSL color Cylindrical-coordinate representation of color #517E7C: hue angle of 177.33º 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 #517E7C is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 124 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.51 |
| HSL | 177.33º | 0.22% | 0.41% | - |
| HSV(B) | 177.33º | 0.36% | 0.49% | - |
| XYZ | 14.49 | 18.13 | 21.8 | - |
| YUV | 112.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 124 | 0.36 | 0 | 0.02 | 0.51 | 177.33 | 0.22 | 0.41 |
| Hex | 51 | 7E | 7C | 24 | 0 | 2 | 33 | B1 | 16 | 29 |
| Octal | 121 | 176 | 174 | 44 | 0 | 2 | 63 | 261 | 26 | 51 |
| Binary | 1010001 | 1111110 | 1111100 | 100100 | 0 | 10 | 110011 | 10110001 | 10110 | 101001 |
Color Harmonies of #517E7C
Complementary color
Monochromatic Colors of #517E7C
Black with #517E7C
Text Example
Text Example
White with #517E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E7C; }
p { color: rgb(81,126,124); }
H1.HeaderClassName
{
color: #517E7C;
}
.AnyTagClassName
{
color: #517E7C;
}
</style>
background-color css
<style>
a { background-color: #517E7C; }
a { background-color: rgb(81,126,124); }
div.DivClassName
{
background-color: #517E7C;
}
.BgClassName
{
background-color: #517E7C;
}
</style>
border-color css
<style>
span { border-color: #517E7C; }
span { border-color: rgb(81,126,124); }
td.TdClassName
{
border-color: #517E7C;
}
.TagClassName
{
border-color: #517E7C;
}
</style>