Shades of Breaker Bay #557A78
Tints of Breaker Bay #557A78
RGB
CMYK
RGB Variations
Color information
#557A78 (or 0x557A78) is known color: Breaker Bay. HEX triplet: 55, 7A and 78. RGB value is (85,122,120). Sum of RGB (Red+Green+Blue) = 85+122+120=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #557A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A78 is #AA8587. Grayscale: #6E6E6E. Windows color (decimal): -11175304 or 7895637. OLE color: 7895637.
HSL color Cylindrical-coordinate representation of color #557A78: hue angle of 176.76º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A78 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 120 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.52 |
| HSL | 176.76º | 0.18% | 0.41% | - |
| HSV(B) | 176.76º | 0.3% | 0.48% | - |
| XYZ | 14.1 | 17.21 | 20.35 | - |
| YUV | 110.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 120 | 0.30 | 0 | 0.02 | 0.52 | 176.76 | 0.18 | 0.41 |
| Hex | 55 | 7A | 78 | 1E | 0 | 2 | 34 | B1 | 12 | 29 |
| Octal | 125 | 172 | 170 | 36 | 0 | 2 | 64 | 261 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1111000 | 11110 | 0 | 10 | 110100 | 10110001 | 10010 | 101001 |
Color Harmonies of #557A78
Complementary color
Monochromatic Colors of #557A78
Black with #557A78
Text Example
Text Example
White with #557A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A78; }
p { color: rgb(85,122,120); }
H1.HeaderClassName
{
color: #557A78;
}
.AnyTagClassName
{
color: #557A78;
}
</style>
background-color css
<style>
a { background-color: #557A78; }
a { background-color: rgb(85,122,120); }
div.DivClassName
{
background-color: #557A78;
}
.BgClassName
{
background-color: #557A78;
}
</style>
border-color css
<style>
span { border-color: #557A78; }
span { border-color: rgb(85,122,120); }
td.TdClassName
{
border-color: #557A78;
}
.TagClassName
{
border-color: #557A78;
}
</style>