Shades of Breaker Bay #547D7A
Tints of Breaker Bay #547D7A
RGB
CMYK
RGB Variations
Color information
#547D7A (or 0x547D7A) is known color: Breaker Bay. HEX triplet: 54, 7D and 7A. RGB value is (84,125,122). Sum of RGB (Red+Green+Blue) = 84+125+122=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #547D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D7A is #AB8285. Grayscale: #707070. Windows color (decimal): -11240070 or 8027476. OLE color: 8027476.
HSL color Cylindrical-coordinate representation of color #547D7A: hue angle of 175.61º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547D7A is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 122 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.51 |
| HSL | 175.61º | 0.2% | 0.41% | - |
| HSV(B) | 175.61º | 0.33% | 0.49% | - |
| XYZ | 14.5 | 17.96 | 21.11 | - |
| YUV | 112.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 122 | 0.33 | 0 | 0.02 | 0.51 | 175.61 | 0.2 | 0.41 |
| Hex | 54 | 7D | 7A | 21 | 0 | 2 | 33 | B0 | 14 | 29 |
| Octal | 124 | 175 | 172 | 41 | 0 | 2 | 63 | 260 | 24 | 51 |
| Binary | 1010100 | 1111101 | 1111010 | 100001 | 0 | 10 | 110011 | 10110000 | 10100 | 101001 |
Color Harmonies of #547D7A
Complementary color
Monochromatic Colors of #547D7A
Black with #547D7A
Text Example
Text Example
White with #547D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D7A; }
p { color: rgb(84,125,122); }
H1.HeaderClassName
{
color: #547D7A;
}
.AnyTagClassName
{
color: #547D7A;
}
</style>
background-color css
<style>
a { background-color: #547D7A; }
a { background-color: rgb(84,125,122); }
div.DivClassName
{
background-color: #547D7A;
}
.BgClassName
{
background-color: #547D7A;
}
</style>
border-color css
<style>
span { border-color: #547D7A; }
span { border-color: rgb(84,125,122); }
td.TdClassName
{
border-color: #547D7A;
}
.TagClassName
{
border-color: #547D7A;
}
</style>