Shades of Breaker Bay #54787B
Tints of Breaker Bay #54787B
RGB
CMYK
RGB Variations
Color information
#54787B (or 0x54787B) is known color: Breaker Bay. HEX triplet: 54, 78 and 7B. RGB value is (84,120,123). Sum of RGB (Red+Green+Blue) = 84+120+123=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #54787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54787B is #AB8784. Grayscale: #6D6D6D. Windows color (decimal): -11241349 or 8091732. OLE color: 8091732.
HSL color Cylindrical-coordinate representation of color #54787B: hue angle of 184.62º 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 #54787B is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 120 | 123 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.52 |
| HSL | 184.62º | 0.19% | 0.41% | - |
| HSV(B) | 184.62º | 0.32% | 0.48% | - |
| XYZ | 13.95 | 16.75 | 21.24 | - |
| YUV | 109.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 123 | 0.32 | 0.02 | 0 | 0.52 | 184.62 | 0.19 | 0.41 |
| Hex | 54 | 78 | 7B | 20 | 2 | 0 | 34 | B9 | 13 | 29 |
| Octal | 124 | 170 | 173 | 40 | 2 | 0 | 64 | 271 | 23 | 51 |
| Binary | 1010100 | 1111000 | 1111011 | 100000 | 10 | 0 | 110100 | 10111001 | 10011 | 101001 |
Color Harmonies of #54787B
Complementary color
Monochromatic Colors of #54787B
Black with #54787B
Text Example
Text Example
White with #54787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54787B; }
p { color: rgb(84,120,123); }
H1.HeaderClassName
{
color: #54787B;
}
.AnyTagClassName
{
color: #54787B;
}
</style>
background-color css
<style>
a { background-color: #54787B; }
a { background-color: rgb(84,120,123); }
div.DivClassName
{
background-color: #54787B;
}
.BgClassName
{
background-color: #54787B;
}
</style>
border-color css
<style>
span { border-color: #54787B; }
span { border-color: rgb(84,120,123); }
td.TdClassName
{
border-color: #54787B;
}
.TagClassName
{
border-color: #54787B;
}
</style>