Shades of Breaker Bay #547B79
Tints of Breaker Bay #547B79
RGB
CMYK
RGB Variations
Color information
#547B79 (or 0x547B79) is known color: Breaker Bay. HEX triplet: 54, 7B and 79. RGB value is (84,123,121). Sum of RGB (Red+Green+Blue) = 84+123+121=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 123 - color contains mainly: green. Hex color #547B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B79 is #AB8486. Grayscale: #6F6F6F. Windows color (decimal): -11240583 or 7961428. OLE color: 7961428.
HSL color Cylindrical-coordinate representation of color #547B79: hue angle of 176.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B79 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 121 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.52 |
| HSL | 176.92º | 0.19% | 0.41% | - |
| HSV(B) | 176.92º | 0.32% | 0.48% | - |
| XYZ | 14.19 | 17.43 | 20.71 | - |
| YUV | 111.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 121 | 0.32 | 0 | 0.02 | 0.52 | 176.92 | 0.19 | 0.41 |
| Hex | 54 | 7B | 79 | 20 | 0 | 2 | 34 | B1 | 13 | 29 |
| Octal | 124 | 173 | 171 | 40 | 0 | 2 | 64 | 261 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1111001 | 100000 | 0 | 10 | 110100 | 10110001 | 10011 | 101001 |
Color Harmonies of #547B79
Complementary color
Monochromatic Colors of #547B79
Black with #547B79
Text Example
Text Example
White with #547B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B79; }
p { color: rgb(84,123,121); }
H1.HeaderClassName
{
color: #547B79;
}
.AnyTagClassName
{
color: #547B79;
}
</style>
background-color css
<style>
a { background-color: #547B79; }
a { background-color: rgb(84,123,121); }
div.DivClassName
{
background-color: #547B79;
}
.BgClassName
{
background-color: #547B79;
}
</style>
border-color css
<style>
span { border-color: #547B79; }
span { border-color: rgb(84,123,121); }
td.TdClassName
{
border-color: #547B79;
}
.TagClassName
{
border-color: #547B79;
}
</style>