Shades of Breaker Bay #54817A
Tints of Breaker Bay #54817A
RGB
CMYK
RGB Variations
Color information
#54817A (or 0x54817A) is known color: Breaker Bay. HEX triplet: 54, 81 and 7A. RGB value is (84,129,122). Sum of RGB (Red+Green+Blue) = 84+129+122=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #54817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54817A is #AB7E85. Grayscale: #727272. Windows color (decimal): -11239046 or 8028500. OLE color: 8028500.
HSL color Cylindrical-coordinate representation of color #54817A: hue angle of 170.67º 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 #54817A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 122 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.49 |
| HSL | 170.67º | 0.21% | 0.42% | - |
| HSV(B) | 170.67º | 0.35% | 0.51% | - |
| XYZ | 15.02 | 18.99 | 21.29 | - |
| YUV | 114.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 122 | 0.35 | 0 | 0.05 | 0.49 | 170.67 | 0.21 | 0.42 |
| Hex | 54 | 81 | 7A | 23 | 0 | 5 | 31 | AB | 15 | 2A |
| Octal | 124 | 201 | 172 | 43 | 0 | 5 | 61 | 253 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1111010 | 100011 | 0 | 101 | 110001 | 10101011 | 10101 | 101010 |
Color Harmonies of #54817A
Complementary color
Monochromatic Colors of #54817A
Black with #54817A
Text Example
Text Example
White with #54817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54817A; }
p { color: rgb(84,129,122); }
H1.HeaderClassName
{
color: #54817A;
}
.AnyTagClassName
{
color: #54817A;
}
</style>
background-color css
<style>
a { background-color: #54817A; }
a { background-color: rgb(84,129,122); }
div.DivClassName
{
background-color: #54817A;
}
.BgClassName
{
background-color: #54817A;
}
</style>
border-color css
<style>
span { border-color: #54817A; }
span { border-color: rgb(84,129,122); }
td.TdClassName
{
border-color: #54817A;
}
.TagClassName
{
border-color: #54817A;
}
</style>