Shades of Breaker Bay #547A7B
Tints of Breaker Bay #547A7B
RGB
CMYK
RGB Variations
Color information
#547A7B (or 0x547A7B) is known color: Breaker Bay. HEX triplet: 54, 7A and 7B. RGB value is (84,122,123). Sum of RGB (Red+Green+Blue) = 84+122+123=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #547A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A7B is #AB8584. Grayscale: #6E6E6E. Windows color (decimal): -11240837 or 8092244. OLE color: 8092244.
HSL color Cylindrical-coordinate representation of color #547A7B: hue angle of 181.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547A7B is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 123 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.52 |
| HSL | 181.54º | 0.19% | 0.41% | - |
| HSV(B) | 181.54º | 0.32% | 0.48% | - |
| XYZ | 14.19 | 17.23 | 21.32 | - |
| YUV | 110.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 123 | 0.32 | 0.01 | 0 | 0.52 | 181.54 | 0.19 | 0.41 |
| Hex | 54 | 7A | 7B | 20 | 1 | 0 | 34 | B6 | 13 | 29 |
| Octal | 124 | 172 | 173 | 40 | 1 | 0 | 64 | 266 | 23 | 51 |
| Binary | 1010100 | 1111010 | 1111011 | 100000 | 1 | 0 | 110100 | 10110110 | 10011 | 101001 |
Color Harmonies of #547A7B
Complementary color
Monochromatic Colors of #547A7B
Black with #547A7B
Text Example
Text Example
White with #547A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A7B; }
p { color: rgb(84,122,123); }
H1.HeaderClassName
{
color: #547A7B;
}
.AnyTagClassName
{
color: #547A7B;
}
</style>
background-color css
<style>
a { background-color: #547A7B; }
a { background-color: rgb(84,122,123); }
div.DivClassName
{
background-color: #547A7B;
}
.BgClassName
{
background-color: #547A7B;
}
</style>
border-color css
<style>
span { border-color: #547A7B; }
span { border-color: rgb(84,122,123); }
td.TdClassName
{
border-color: #547A7B;
}
.TagClassName
{
border-color: #547A7B;
}
</style>