Shades of Breaker Bay #54777B
Tints of Breaker Bay #54777B
RGB
CMYK
RGB Variations
Color information
#54777B (or 0x54777B) is known color: Breaker Bay. HEX triplet: 54, 77 and 7B. RGB value is (84,119,123). Sum of RGB (Red+Green+Blue) = 84+119+123=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #54777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54777B is #AB8884. Grayscale: #6C6C6C. Windows color (decimal): -11241605 or 8091476. OLE color: 8091476.
HSL color Cylindrical-coordinate representation of color #54777B: hue angle of 186.15º 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 #54777B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 119 | 123 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.52 |
| HSL | 186.15º | 0.19% | 0.41% | - |
| HSV(B) | 186.15º | 0.32% | 0.48% | - |
| XYZ | 13.83 | 16.51 | 21.2 | - |
| YUV | 108.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 123 | 0.32 | 0.03 | 0 | 0.52 | 186.15 | 0.19 | 0.41 |
| Hex | 54 | 77 | 7B | 20 | 3 | 0 | 34 | BA | 13 | 29 |
| Octal | 124 | 167 | 173 | 40 | 3 | 0 | 64 | 272 | 23 | 51 |
| Binary | 1010100 | 1110111 | 1111011 | 100000 | 11 | 0 | 110100 | 10111010 | 10011 | 101001 |
Color Harmonies of #54777B
Complementary color
Monochromatic Colors of #54777B
Black with #54777B
Text Example
Text Example
White with #54777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54777B; }
p { color: rgb(84,119,123); }
H1.HeaderClassName
{
color: #54777B;
}
.AnyTagClassName
{
color: #54777B;
}
</style>
background-color css
<style>
a { background-color: #54777B; }
a { background-color: rgb(84,119,123); }
div.DivClassName
{
background-color: #54777B;
}
.BgClassName
{
background-color: #54777B;
}
</style>
border-color css
<style>
span { border-color: #54777B; }
span { border-color: rgb(84,119,123); }
td.TdClassName
{
border-color: #54777B;
}
.TagClassName
{
border-color: #54777B;
}
</style>