Shades of Breaker Bay #54847A
Tints of Breaker Bay #54847A
RGB
CMYK
RGB Variations
Color information
#54847A (or 0x54847A) is known color: Breaker Bay. HEX triplet: 54, 84 and 7A. RGB value is (84,132,122). Sum of RGB (Red+Green+Blue) = 84+132+122=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #54847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54847A is #AB7B85. Grayscale: #747474. Windows color (decimal): -11238278 or 8029268. OLE color: 8029268.
HSL color Cylindrical-coordinate representation of color #54847A: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54847A is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 132 | 122 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.48 |
| HSL | 167.5º | 0.22% | 0.42% | - |
| HSV(B) | 167.5º | 0.36% | 0.52% | - |
| XYZ | 15.42 | 19.79 | 21.42 | - |
| YUV | 116.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 122 | 0.36 | 0 | 0.08 | 0.48 | 167.5 | 0.22 | 0.42 |
| Hex | 54 | 84 | 7A | 24 | 0 | 8 | 30 | A8 | 16 | 2A |
| Octal | 124 | 204 | 172 | 44 | 0 | 10 | 60 | 250 | 26 | 52 |
| Binary | 1010100 | 10000100 | 1111010 | 100100 | 0 | 1000 | 110000 | 10101000 | 10110 | 101010 |
Color Harmonies of #54847A
Complementary color
Monochromatic Colors of #54847A
Black with #54847A
Text Example
Text Example
White with #54847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54847A; }
p { color: rgb(84,132,122); }
H1.HeaderClassName
{
color: #54847A;
}
.AnyTagClassName
{
color: #54847A;
}
</style>
background-color css
<style>
a { background-color: #54847A; }
a { background-color: rgb(84,132,122); }
div.DivClassName
{
background-color: #54847A;
}
.BgClassName
{
background-color: #54847A;
}
</style>
border-color css
<style>
span { border-color: #54847A; }
span { border-color: rgb(84,132,122); }
td.TdClassName
{
border-color: #54847A;
}
.TagClassName
{
border-color: #54847A;
}
</style>