Shades of Breaker Bay #547C7D
Tints of Breaker Bay #547C7D
RGB
CMYK
RGB Variations
Color information
#547C7D (or 0x547C7D) is known color: Breaker Bay. HEX triplet: 54, 7C and 7D. RGB value is (84,124,125). Sum of RGB (Red+Green+Blue) = 84+124+125=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #547C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C7D is #AB8382. Grayscale: #707070. Windows color (decimal): -11240323 or 8223828. OLE color: 8223828.
HSL color Cylindrical-coordinate representation of color #547C7D: hue angle of 181.46º 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 #547C7D is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 125 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.51 |
| HSL | 181.46º | 0.2% | 0.41% | - |
| HSV(B) | 181.46º | 0.33% | 0.49% | - |
| XYZ | 14.57 | 17.78 | 22.07 | - |
| YUV | 112.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 125 | 0.33 | 0.01 | 0 | 0.51 | 181.46 | 0.2 | 0.41 |
| Hex | 54 | 7C | 7D | 21 | 1 | 0 | 33 | B5 | 14 | 29 |
| Octal | 124 | 174 | 175 | 41 | 1 | 0 | 63 | 265 | 24 | 51 |
| Binary | 1010100 | 1111100 | 1111101 | 100001 | 1 | 0 | 110011 | 10110101 | 10100 | 101001 |
Color Harmonies of #547C7D
Complementary color
Monochromatic Colors of #547C7D
Black with #547C7D
Text Example
Text Example
White with #547C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C7D; }
p { color: rgb(84,124,125); }
H1.HeaderClassName
{
color: #547C7D;
}
.AnyTagClassName
{
color: #547C7D;
}
</style>
background-color css
<style>
a { background-color: #547C7D; }
a { background-color: rgb(84,124,125); }
div.DivClassName
{
background-color: #547C7D;
}
.BgClassName
{
background-color: #547C7D;
}
</style>
border-color css
<style>
span { border-color: #547C7D; }
span { border-color: rgb(84,124,125); }
td.TdClassName
{
border-color: #547C7D;
}
.TagClassName
{
border-color: #547C7D;
}
</style>