Shades of Breaker Bay #54817D
Tints of Breaker Bay #54817D
RGB
CMYK
RGB Variations
Color information
#54817D (or 0x54817D) is known color: Breaker Bay. HEX triplet: 54, 81 and 7D. RGB value is (84,129,125). Sum of RGB (Red+Green+Blue) = 84+129+125=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #54817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54817D is #AB7E82. Grayscale: #737373. Windows color (decimal): -11239043 or 8225108. OLE color: 8225108.
HSL color Cylindrical-coordinate representation of color #54817D: hue angle of 174.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 #54817D is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 125 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.49 |
| HSL | 174.67º | 0.21% | 0.42% | - |
| HSV(B) | 174.67º | 0.35% | 0.51% | - |
| XYZ | 15.21 | 19.07 | 22.28 | - |
| YUV | 115.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 125 | 0.35 | 0 | 0.03 | 0.49 | 174.67 | 0.21 | 0.42 |
| Hex | 54 | 81 | 7D | 23 | 0 | 3 | 31 | AF | 15 | 2A |
| Octal | 124 | 201 | 175 | 43 | 0 | 3 | 61 | 257 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1111101 | 100011 | 0 | 11 | 110001 | 10101111 | 10101 | 101010 |
Color Harmonies of #54817D
Complementary color
Monochromatic Colors of #54817D
Black with #54817D
Text Example
Text Example
White with #54817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54817D; }
p { color: rgb(84,129,125); }
H1.HeaderClassName
{
color: #54817D;
}
.AnyTagClassName
{
color: #54817D;
}
</style>
background-color css
<style>
a { background-color: #54817D; }
a { background-color: rgb(84,129,125); }
div.DivClassName
{
background-color: #54817D;
}
.BgClassName
{
background-color: #54817D;
}
</style>
border-color css
<style>
span { border-color: #54817D; }
span { border-color: rgb(84,129,125); }
td.TdClassName
{
border-color: #54817D;
}
.TagClassName
{
border-color: #54817D;
}
</style>