Shades of Breaker Bay #547C78
Tints of Breaker Bay #547C78
RGB
CMYK
RGB Variations
Color information
#547C78 (or 0x547C78) is known color: Breaker Bay. HEX triplet: 54, 7C and 78. RGB value is (84,124,120). Sum of RGB (Red+Green+Blue) = 84+124+120=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #547C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C78 is #AB8387. Grayscale: #6F6F6F. Windows color (decimal): -11240328 or 7896148. OLE color: 7896148.
HSL color Cylindrical-coordinate representation of color #547C78: hue angle of 174º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C78 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 120 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.51 |
| HSL | 174º | 0.19% | 0.41% | - |
| HSV(B) | 174º | 0.32% | 0.49% | - |
| XYZ | 14.25 | 17.66 | 20.43 | - |
| YUV | 111.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 120 | 0.32 | 0 | 0.03 | 0.51 | 174 | 0.19 | 0.41 |
| Hex | 54 | 7C | 78 | 20 | 0 | 3 | 33 | AE | 13 | 29 |
| Octal | 124 | 174 | 170 | 40 | 0 | 3 | 63 | 256 | 23 | 51 |
| Binary | 1010100 | 1111100 | 1111000 | 100000 | 0 | 11 | 110011 | 10101110 | 10011 | 101001 |
Color Harmonies of #547C78
Complementary color
Monochromatic Colors of #547C78
Black with #547C78
Text Example
Text Example
White with #547C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C78; }
p { color: rgb(84,124,120); }
H1.HeaderClassName
{
color: #547C78;
}
.AnyTagClassName
{
color: #547C78;
}
</style>
background-color css
<style>
a { background-color: #547C78; }
a { background-color: rgb(84,124,120); }
div.DivClassName
{
background-color: #547C78;
}
.BgClassName
{
background-color: #547C78;
}
</style>
border-color css
<style>
span { border-color: #547C78; }
span { border-color: rgb(84,124,120); }
td.TdClassName
{
border-color: #547C78;
}
.TagClassName
{
border-color: #547C78;
}
</style>