Shades of Breaker Bay #547F75
Tints of Breaker Bay #547F75
RGB
CMYK
RGB Variations
Color information
#547F75 (or 0x547F75) is known color: Breaker Bay. HEX triplet: 54, 7F and 75. RGB value is (84,127,117). Sum of RGB (Red+Green+Blue) = 84+127+117=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #547F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F75 is #AB808A. Grayscale: #717171. Windows color (decimal): -11239563 or 7700308. OLE color: 7700308.
HSL color Cylindrical-coordinate representation of color #547F75: hue angle of 166.05º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F75 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 117 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.50 |
| HSL | 166.05º | 0.2% | 0.41% | - |
| HSV(B) | 166.05º | 0.34% | 0.5% | - |
| XYZ | 14.46 | 18.35 | 19.61 | - |
| YUV | 113 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 117 | 0.34 | 0 | 0.08 | 0.50 | 166.05 | 0.2 | 0.41 |
| Hex | 54 | 7F | 75 | 22 | 0 | 8 | 32 | A6 | 14 | 29 |
| Octal | 124 | 177 | 165 | 42 | 0 | 10 | 62 | 246 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1110101 | 100010 | 0 | 1000 | 110010 | 10100110 | 10100 | 101001 |
Color Harmonies of #547F75
Complementary color
Monochromatic Colors of #547F75
Black with #547F75
Text Example
Text Example
White with #547F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F75; }
p { color: rgb(84,127,117); }
H1.HeaderClassName
{
color: #547F75;
}
.AnyTagClassName
{
color: #547F75;
}
</style>
background-color css
<style>
a { background-color: #547F75; }
a { background-color: rgb(84,127,117); }
div.DivClassName
{
background-color: #547F75;
}
.BgClassName
{
background-color: #547F75;
}
</style>
border-color css
<style>
span { border-color: #547F75; }
span { border-color: rgb(84,127,117); }
td.TdClassName
{
border-color: #547F75;
}
.TagClassName
{
border-color: #547F75;
}
</style>