Shades of Breaker Bay #54817E
Tints of Breaker Bay #54817E
RGB
CMYK
RGB Variations
Color information
#54817E (or 0x54817E) is known color: Breaker Bay. HEX triplet: 54, 81 and 7E. RGB value is (84,129,126). Sum of RGB (Red+Green+Blue) = 84+129+126=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #54817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54817E is #AB7E81. Grayscale: #737373. Windows color (decimal): -11239042 or 8290644. OLE color: 8290644.
HSL color Cylindrical-coordinate representation of color #54817E: hue angle of 176º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54817E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 126 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.49 |
| HSL | 176º | 0.21% | 0.42% | - |
| HSV(B) | 176º | 0.35% | 0.51% | - |
| XYZ | 15.27 | 19.09 | 22.62 | - |
| YUV | 115.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 126 | 0.35 | 0 | 0.02 | 0.49 | 176 | 0.21 | 0.42 |
| Hex | 54 | 81 | 7E | 23 | 0 | 2 | 31 | B0 | 15 | 2A |
| Octal | 124 | 201 | 176 | 43 | 0 | 2 | 61 | 260 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1111110 | 100011 | 0 | 10 | 110001 | 10110000 | 10101 | 101010 |
Color Harmonies of #54817E
Complementary color
Monochromatic Colors of #54817E
Black with #54817E
Text Example
Text Example
White with #54817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54817E; }
p { color: rgb(84,129,126); }
H1.HeaderClassName
{
color: #54817E;
}
.AnyTagClassName
{
color: #54817E;
}
</style>
background-color css
<style>
a { background-color: #54817E; }
a { background-color: rgb(84,129,126); }
div.DivClassName
{
background-color: #54817E;
}
.BgClassName
{
background-color: #54817E;
}
</style>
border-color css
<style>
span { border-color: #54817E; }
span { border-color: rgb(84,129,126); }
td.TdClassName
{
border-color: #54817E;
}
.TagClassName
{
border-color: #54817E;
}
</style>