Shades of Breaker Bay #54857E
Tints of Breaker Bay #54857E
RGB
CMYK
RGB Variations
Color information
#54857E (or 0x54857E) is known color: Breaker Bay. HEX triplet: 54, 85 and 7E. RGB value is (84,133,126). Sum of RGB (Red+Green+Blue) = 84+133+126=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #54857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857E is #AB7A81. Grayscale: #757575. Windows color (decimal): -11238018 or 8291668. OLE color: 8291668.
HSL color Cylindrical-coordinate representation of color #54857E: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54857E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 126 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.48 |
| HSL | 171.43º | 0.23% | 0.43% | - |
| HSV(B) | 171.43º | 0.37% | 0.52% | - |
| XYZ | 15.81 | 20.17 | 22.8 | - |
| YUV | 117.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 126 | 0.37 | 0 | 0.05 | 0.48 | 171.43 | 0.23 | 0.43 |
| Hex | 54 | 85 | 7E | 25 | 0 | 5 | 30 | AB | 17 | 2B |
| Octal | 124 | 205 | 176 | 45 | 0 | 5 | 60 | 253 | 27 | 53 |
| Binary | 1010100 | 10000101 | 1111110 | 100101 | 0 | 101 | 110000 | 10101011 | 10111 | 101011 |
Color Harmonies of #54857E
Complementary color
Monochromatic Colors of #54857E
Black with #54857E
Text Example
Text Example
White with #54857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54857E; }
p { color: rgb(84,133,126); }
H1.HeaderClassName
{
color: #54857E;
}
.AnyTagClassName
{
color: #54857E;
}
</style>
background-color css
<style>
a { background-color: #54857E; }
a { background-color: rgb(84,133,126); }
div.DivClassName
{
background-color: #54857E;
}
.BgClassName
{
background-color: #54857E;
}
</style>
border-color css
<style>
span { border-color: #54857E; }
span { border-color: rgb(84,133,126); }
td.TdClassName
{
border-color: #54857E;
}
.TagClassName
{
border-color: #54857E;
}
</style>