Shades of Breaker Bay #517578
Tints of Breaker Bay #517578
RGB
CMYK
RGB Variations
Color information
#517578 (or 0x517578) is known color: Breaker Bay. HEX triplet: 51, 75 and 78. RGB value is (81,117,120). Sum of RGB (Red+Green+Blue) = 81+117+120=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #517578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517578 is #AE8A87. Grayscale: #6A6A6A. Windows color (decimal): -11438728 or 7894353. OLE color: 7894353.
HSL color Cylindrical-coordinate representation of color #517578: hue angle of 184.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517578 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 117 | 120 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.53 |
| HSL | 184.62º | 0.19% | 0.39% | - |
| HSV(B) | 184.62º | 0.33% | 0.47% | - |
| XYZ | 13.14 | 15.83 | 20.13 | - |
| YUV | 106.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 120 | 0.32 | 0.02 | 0 | 0.53 | 184.62 | 0.19 | 0.39 |
| Hex | 51 | 75 | 78 | 20 | 2 | 0 | 35 | B9 | 13 | 27 |
| Octal | 121 | 165 | 170 | 40 | 2 | 0 | 65 | 271 | 23 | 47 |
| Binary | 1010001 | 1110101 | 1111000 | 100000 | 10 | 0 | 110101 | 10111001 | 10011 | 100111 |
Color Harmonies of #517578
Complementary color
Monochromatic Colors of #517578
Black with #517578
Text Example
Text Example
White with #517578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517578; }
p { color: rgb(81,117,120); }
H1.HeaderClassName
{
color: #517578;
}
.AnyTagClassName
{
color: #517578;
}
</style>
background-color css
<style>
a { background-color: #517578; }
a { background-color: rgb(81,117,120); }
div.DivClassName
{
background-color: #517578;
}
.BgClassName
{
background-color: #517578;
}
</style>
border-color css
<style>
span { border-color: #517578; }
span { border-color: rgb(81,117,120); }
td.TdClassName
{
border-color: #517578;
}
.TagClassName
{
border-color: #517578;
}
</style>