Shades of Breaker Bay #517C7B
Tints of Breaker Bay #517C7B
RGB
CMYK
RGB Variations
Color information
#517C7B (or 0x517C7B) is known color: Breaker Bay. HEX triplet: 51, 7C and 7B. RGB value is (81,124,123). Sum of RGB (Red+Green+Blue) = 81+124+123=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #517C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C7B is #AE8384. Grayscale: #6E6E6E. Windows color (decimal): -11436933 or 8092753. OLE color: 8092753.
HSL color Cylindrical-coordinate representation of color #517C7B: hue angle of 178.6º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517C7B is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 124 | 123 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.51 |
| HSL | 178.6º | 0.21% | 0.4% | - |
| HSV(B) | 178.6º | 0.35% | 0.49% | - |
| XYZ | 14.18 | 17.59 | 21.39 | - |
| YUV | 111.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 123 | 0.35 | 0 | 0.01 | 0.51 | 178.6 | 0.21 | 0.4 |
| Hex | 51 | 7C | 7B | 23 | 0 | 1 | 33 | B3 | 15 | 28 |
| Octal | 121 | 174 | 173 | 43 | 0 | 1 | 63 | 263 | 25 | 50 |
| Binary | 1010001 | 1111100 | 1111011 | 100011 | 0 | 1 | 110011 | 10110011 | 10101 | 101000 |
Color Harmonies of #517C7B
Complementary color
Monochromatic Colors of #517C7B
Black with #517C7B
Text Example
Text Example
White with #517C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C7B; }
p { color: rgb(81,124,123); }
H1.HeaderClassName
{
color: #517C7B;
}
.AnyTagClassName
{
color: #517C7B;
}
</style>
background-color css
<style>
a { background-color: #517C7B; }
a { background-color: rgb(81,124,123); }
div.DivClassName
{
background-color: #517C7B;
}
.BgClassName
{
background-color: #517C7B;
}
</style>
border-color css
<style>
span { border-color: #517C7B; }
span { border-color: rgb(81,124,123); }
td.TdClassName
{
border-color: #517C7B;
}
.TagClassName
{
border-color: #517C7B;
}
</style>