Shades of Breaker Bay #547B75
Tints of Breaker Bay #547B75
RGB
CMYK
RGB Variations
Color information
#547B75 (or 0x547B75) is known color: Breaker Bay. HEX triplet: 54, 7B and 75. RGB value is (84,123,117). Sum of RGB (Red+Green+Blue) = 84+123+117=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #547B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B75 is #AB848A. Grayscale: #6E6E6E. Windows color (decimal): -11240587 or 7699284. OLE color: 7699284.
HSL color Cylindrical-coordinate representation of color #547B75: hue angle of 170.77º 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 #547B75 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 117 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.52 |
| HSL | 170.77º | 0.19% | 0.41% | - |
| HSV(B) | 170.77º | 0.32% | 0.48% | - |
| XYZ | 13.95 | 17.34 | 19.44 | - |
| YUV | 110.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 117 | 0.32 | 0 | 0.05 | 0.52 | 170.77 | 0.19 | 0.41 |
| Hex | 54 | 7B | 75 | 20 | 0 | 5 | 34 | AB | 13 | 29 |
| Octal | 124 | 173 | 165 | 40 | 0 | 5 | 64 | 253 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1110101 | 100000 | 0 | 101 | 110100 | 10101011 | 10011 | 101001 |
Color Harmonies of #547B75
Complementary color
Monochromatic Colors of #547B75
Black with #547B75
Text Example
Text Example
White with #547B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B75; }
p { color: rgb(84,123,117); }
H1.HeaderClassName
{
color: #547B75;
}
.AnyTagClassName
{
color: #547B75;
}
</style>
background-color css
<style>
a { background-color: #547B75; }
a { background-color: rgb(84,123,117); }
div.DivClassName
{
background-color: #547B75;
}
.BgClassName
{
background-color: #547B75;
}
</style>
border-color css
<style>
span { border-color: #547B75; }
span { border-color: rgb(84,123,117); }
td.TdClassName
{
border-color: #547B75;
}
.TagClassName
{
border-color: #547B75;
}
</style>