Shades of Breaker Bay #547B7C
Tints of Breaker Bay #547B7C
RGB
CMYK
RGB Variations
Color information
#547B7C (or 0x547B7C) is known color: Breaker Bay. HEX triplet: 54, 7B and 7C. RGB value is (84,123,124). Sum of RGB (Red+Green+Blue) = 84+123+124=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #547B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B7C is #AB8483. Grayscale: #6F6F6F. Windows color (decimal): -11240580 or 8158036. OLE color: 8158036.
HSL color Cylindrical-coordinate representation of color #547B7C: hue angle of 181.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B7C is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 123 | 124 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.51 |
| HSL | 181.5º | 0.19% | 0.41% | - |
| HSV(B) | 181.5º | 0.32% | 0.49% | - |
| XYZ | 14.38 | 17.51 | 21.69 | - |
| YUV | 111.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 124 | 0.32 | 0.01 | 0 | 0.51 | 181.5 | 0.19 | 0.41 |
| Hex | 54 | 7B | 7C | 20 | 1 | 0 | 33 | B6 | 13 | 29 |
| Octal | 124 | 173 | 174 | 40 | 1 | 0 | 63 | 266 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1111100 | 100000 | 1 | 0 | 110011 | 10110110 | 10011 | 101001 |
Color Harmonies of #547B7C
Complementary color
Monochromatic Colors of #547B7C
Black with #547B7C
Text Example
Text Example
White with #547B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B7C; }
p { color: rgb(84,123,124); }
H1.HeaderClassName
{
color: #547B7C;
}
.AnyTagClassName
{
color: #547B7C;
}
</style>
background-color css
<style>
a { background-color: #547B7C; }
a { background-color: rgb(84,123,124); }
div.DivClassName
{
background-color: #547B7C;
}
.BgClassName
{
background-color: #547B7C;
}
</style>
border-color css
<style>
span { border-color: #547B7C; }
span { border-color: rgb(84,123,124); }
td.TdClassName
{
border-color: #547B7C;
}
.TagClassName
{
border-color: #547B7C;
}
</style>