Shades of Breaker Bay #54857F
Tints of Breaker Bay #54857F
RGB
CMYK
RGB Variations
Color information
#54857F (or 0x54857F) is known color: Breaker Bay. HEX triplet: 54, 85 and 7F. RGB value is (84,133,127). Sum of RGB (Red+Green+Blue) = 84+133+127=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #54857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857F is #AB7A80. Grayscale: #757575. Windows color (decimal): -11238017 or 8357204. OLE color: 8357204.
HSL color Cylindrical-coordinate representation of color #54857F: hue angle of 172.65º 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 #54857F is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 127 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.48 |
| HSL | 172.65º | 0.23% | 0.43% | - |
| HSV(B) | 172.65º | 0.37% | 0.52% | - |
| XYZ | 15.87 | 20.19 | 23.14 | - |
| YUV | 117.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 127 | 0.37 | 0 | 0.05 | 0.48 | 172.65 | 0.23 | 0.43 |
| Hex | 54 | 85 | 7F | 25 | 0 | 5 | 30 | AD | 17 | 2B |
| Octal | 124 | 205 | 177 | 45 | 0 | 5 | 60 | 255 | 27 | 53 |
| Binary | 1010100 | 10000101 | 1111111 | 100101 | 0 | 101 | 110000 | 10101101 | 10111 | 101011 |
Color Harmonies of #54857F
Complementary color
Monochromatic Colors of #54857F
Black with #54857F
Text Example
Text Example
White with #54857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54857F; }
p { color: rgb(84,133,127); }
H1.HeaderClassName
{
color: #54857F;
}
.AnyTagClassName
{
color: #54857F;
}
</style>
background-color css
<style>
a { background-color: #54857F; }
a { background-color: rgb(84,133,127); }
div.DivClassName
{
background-color: #54857F;
}
.BgClassName
{
background-color: #54857F;
}
</style>
border-color css
<style>
span { border-color: #54857F; }
span { border-color: rgb(84,133,127); }
td.TdClassName
{
border-color: #54857F;
}
.TagClassName
{
border-color: #54857F;
}
</style>