Shades of Breaker Bay #54867B
Tints of Breaker Bay #54867B
RGB
CMYK
RGB Variations
Color information
#54867B (or 0x54867B) is known color: Breaker Bay. HEX triplet: 54, 86 and 7B. RGB value is (84,134,123). Sum of RGB (Red+Green+Blue) = 84+134+123=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #54867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54867B is #AB7984. Grayscale: #757575. Windows color (decimal): -11237765 or 8095316. OLE color: 8095316.
HSL color Cylindrical-coordinate representation of color #54867B: hue angle of 166.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54867B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 123 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.47 |
| HSL | 166.8º | 0.23% | 0.43% | - |
| HSV(B) | 166.8º | 0.37% | 0.53% | - |
| XYZ | 15.76 | 20.37 | 21.84 | - |
| YUV | 117.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 123 | 0.37 | 0 | 0.08 | 0.47 | 166.8 | 0.23 | 0.43 |
| Hex | 54 | 86 | 7B | 25 | 0 | 8 | 2F | A7 | 17 | 2B |
| Octal | 124 | 206 | 173 | 45 | 0 | 10 | 57 | 247 | 27 | 53 |
| Binary | 1010100 | 10000110 | 1111011 | 100101 | 0 | 1000 | 101111 | 10100111 | 10111 | 101011 |
Color Harmonies of #54867B
Complementary color
Monochromatic Colors of #54867B
Black with #54867B
Text Example
Text Example
White with #54867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54867B; }
p { color: rgb(84,134,123); }
H1.HeaderClassName
{
color: #54867B;
}
.AnyTagClassName
{
color: #54867B;
}
</style>
background-color css
<style>
a { background-color: #54867B; }
a { background-color: rgb(84,134,123); }
div.DivClassName
{
background-color: #54867B;
}
.BgClassName
{
background-color: #54867B;
}
</style>
border-color css
<style>
span { border-color: #54867B; }
span { border-color: rgb(84,134,123); }
td.TdClassName
{
border-color: #54867B;
}
.TagClassName
{
border-color: #54867B;
}
</style>