Shades of Breaker Bay #547B74
Tints of Breaker Bay #547B74
RGB
CMYK
RGB Variations
Color information
#547B74 (or 0x547B74) is known color: Breaker Bay. HEX triplet: 54, 7B and 74. RGB value is (84,123,116). Sum of RGB (Red+Green+Blue) = 84+123+116=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #547B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B74 is #AB848B. Grayscale: #6E6E6E. Windows color (decimal): -11240588 or 7633748. OLE color: 7633748.
HSL color Cylindrical-coordinate representation of color #547B74: hue angle of 169.23º 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 #547B74 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 116 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.52 |
| HSL | 169.23º | 0.19% | 0.41% | - |
| HSV(B) | 169.23º | 0.32% | 0.48% | - |
| XYZ | 13.89 | 17.31 | 19.13 | - |
| YUV | 110.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 116 | 0.32 | 0 | 0.06 | 0.52 | 169.23 | 0.19 | 0.41 |
| Hex | 54 | 7B | 74 | 20 | 0 | 6 | 34 | A9 | 13 | 29 |
| Octal | 124 | 173 | 164 | 40 | 0 | 6 | 64 | 251 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1110100 | 100000 | 0 | 110 | 110100 | 10101001 | 10011 | 101001 |
Color Harmonies of #547B74
Complementary color
Monochromatic Colors of #547B74
Black with #547B74
Text Example
Text Example
White with #547B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B74; }
p { color: rgb(84,123,116); }
H1.HeaderClassName
{
color: #547B74;
}
.AnyTagClassName
{
color: #547B74;
}
</style>
background-color css
<style>
a { background-color: #547B74; }
a { background-color: rgb(84,123,116); }
div.DivClassName
{
background-color: #547B74;
}
.BgClassName
{
background-color: #547B74;
}
</style>
border-color css
<style>
span { border-color: #547B74; }
span { border-color: rgb(84,123,116); }
td.TdClassName
{
border-color: #547B74;
}
.TagClassName
{
border-color: #547B74;
}
</style>