Shades of Breaker Bay #548076
Tints of Breaker Bay #548076
RGB
CMYK
RGB Variations
Color information
#548076 (or 0x548076) is known color: Breaker Bay. HEX triplet: 54, 80 and 76. RGB value is (84,128,118). Sum of RGB (Red+Green+Blue) = 84+128+118=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #548076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548076 is #AB7F89. Grayscale: #717171. Windows color (decimal): -11239306 or 7766100. OLE color: 7766100.
HSL color Cylindrical-coordinate representation of color #548076: hue angle of 166.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #548076 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 118 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.50 |
| HSL | 166.36º | 0.21% | 0.42% | - |
| HSV(B) | 166.36º | 0.34% | 0.5% | - |
| XYZ | 14.65 | 18.63 | 19.96 | - |
| YUV | 113.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 118 | 0.34 | 0 | 0.08 | 0.50 | 166.36 | 0.21 | 0.42 |
| Hex | 54 | 80 | 76 | 22 | 0 | 8 | 32 | A6 | 15 | 2A |
| Octal | 124 | 200 | 166 | 42 | 0 | 10 | 62 | 246 | 25 | 52 |
| Binary | 1010100 | 10000000 | 1110110 | 100010 | 0 | 1000 | 110010 | 10100110 | 10101 | 101010 |
Color Harmonies of #548076
Complementary color
Monochromatic Colors of #548076
Black with #548076
Text Example
Text Example
White with #548076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548076; }
p { color: rgb(84,128,118); }
H1.HeaderClassName
{
color: #548076;
}
.AnyTagClassName
{
color: #548076;
}
</style>
background-color css
<style>
a { background-color: #548076; }
a { background-color: rgb(84,128,118); }
div.DivClassName
{
background-color: #548076;
}
.BgClassName
{
background-color: #548076;
}
</style>
border-color css
<style>
span { border-color: #548076; }
span { border-color: rgb(84,128,118); }
td.TdClassName
{
border-color: #548076;
}
.TagClassName
{
border-color: #548076;
}
</style>