Shades of Breaker Bay #547B7D
Tints of Breaker Bay #547B7D
RGB
CMYK
RGB Variations
Color information
#547B7D (or 0x547B7D) is known color: Breaker Bay. HEX triplet: 54, 7B and 7D. RGB value is (84,123,125). Sum of RGB (Red+Green+Blue) = 84+123+125=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #547B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B7D is #AB8482. Grayscale: #6F6F6F. Windows color (decimal): -11240579 or 8223572. OLE color: 8223572.
HSL color Cylindrical-coordinate representation of color #547B7D: hue angle of 182.93º 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 #547B7D is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 123 | 125 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.51 |
| HSL | 182.93º | 0.2% | 0.41% | - |
| HSV(B) | 182.93º | 0.33% | 0.49% | - |
| XYZ | 14.44 | 17.53 | 22.02 | - |
| YUV | 111.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 125 | 0.33 | 0.02 | 0 | 0.51 | 182.93 | 0.2 | 0.41 |
| Hex | 54 | 7B | 7D | 21 | 2 | 0 | 33 | B7 | 14 | 29 |
| Octal | 124 | 173 | 175 | 41 | 2 | 0 | 63 | 267 | 24 | 51 |
| Binary | 1010100 | 1111011 | 1111101 | 100001 | 10 | 0 | 110011 | 10110111 | 10100 | 101001 |
Color Harmonies of #547B7D
Complementary color
Monochromatic Colors of #547B7D
Black with #547B7D
Text Example
Text Example
White with #547B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B7D; }
p { color: rgb(84,123,125); }
H1.HeaderClassName
{
color: #547B7D;
}
.AnyTagClassName
{
color: #547B7D;
}
</style>
background-color css
<style>
a { background-color: #547B7D; }
a { background-color: rgb(84,123,125); }
div.DivClassName
{
background-color: #547B7D;
}
.BgClassName
{
background-color: #547B7D;
}
</style>
border-color css
<style>
span { border-color: #547B7D; }
span { border-color: rgb(84,123,125); }
td.TdClassName
{
border-color: #547B7D;
}
.TagClassName
{
border-color: #547B7D;
}
</style>