Shades of Breaker Bay #548379
Tints of Breaker Bay #548379
RGB
CMYK
RGB Variations
Color information
#548379 (or 0x548379) is known color: Breaker Bay. HEX triplet: 54, 83 and 79. RGB value is (84,131,121). Sum of RGB (Red+Green+Blue) = 84+131+121=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #548379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548379 is #AB7C86. Grayscale: #737373. Windows color (decimal): -11238535 or 7963476. OLE color: 7963476.
HSL color Cylindrical-coordinate representation of color #548379: hue angle of 167.23º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548379 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 121 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.49 |
| HSL | 167.23º | 0.22% | 0.42% | - |
| HSV(B) | 167.23º | 0.36% | 0.51% | - |
| XYZ | 15.22 | 19.5 | 21.05 | - |
| YUV | 115.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 121 | 0.36 | 0 | 0.08 | 0.49 | 167.23 | 0.22 | 0.42 |
| Hex | 54 | 83 | 79 | 24 | 0 | 8 | 31 | A7 | 16 | 2A |
| Octal | 124 | 203 | 171 | 44 | 0 | 10 | 61 | 247 | 26 | 52 |
| Binary | 1010100 | 10000011 | 1111001 | 100100 | 0 | 1000 | 110001 | 10100111 | 10110 | 101010 |
Color Harmonies of #548379
Complementary color
Monochromatic Colors of #548379
Black with #548379
Text Example
Text Example
White with #548379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548379; }
p { color: rgb(84,131,121); }
H1.HeaderClassName
{
color: #548379;
}
.AnyTagClassName
{
color: #548379;
}
</style>
background-color css
<style>
a { background-color: #548379; }
a { background-color: rgb(84,131,121); }
div.DivClassName
{
background-color: #548379;
}
.BgClassName
{
background-color: #548379;
}
</style>
border-color css
<style>
span { border-color: #548379; }
span { border-color: rgb(84,131,121); }
td.TdClassName
{
border-color: #548379;
}
.TagClassName
{
border-color: #548379;
}
</style>