Shades of Breaker Bay #557C78
Tints of Breaker Bay #557C78
RGB
CMYK
RGB Variations
Color information
#557C78 (or 0x557C78) is known color: Breaker Bay. HEX triplet: 55, 7C and 78. RGB value is (85,124,120). Sum of RGB (Red+Green+Blue) = 85+124+120=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #557C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C78 is #AA8387. Grayscale: #6F6F6F. Windows color (decimal): -11174792 or 7896149. OLE color: 7896149.
HSL color Cylindrical-coordinate representation of color #557C78: hue angle of 173.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C78 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 120 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.51 |
| HSL | 173.85º | 0.19% | 0.41% | - |
| HSV(B) | 173.85º | 0.31% | 0.49% | - |
| XYZ | 14.34 | 17.7 | 20.43 | - |
| YUV | 111.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 120 | 0.31 | 0 | 0.03 | 0.51 | 173.85 | 0.19 | 0.41 |
| Hex | 55 | 7C | 78 | 1F | 0 | 3 | 33 | AE | 13 | 29 |
| Octal | 125 | 174 | 170 | 37 | 0 | 3 | 63 | 256 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1111000 | 11111 | 0 | 11 | 110011 | 10101110 | 10011 | 101001 |
Color Harmonies of #557C78
Complementary color
Monochromatic Colors of #557C78
Black with #557C78
Text Example
Text Example
White with #557C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C78; }
p { color: rgb(85,124,120); }
H1.HeaderClassName
{
color: #557C78;
}
.AnyTagClassName
{
color: #557C78;
}
</style>
background-color css
<style>
a { background-color: #557C78; }
a { background-color: rgb(85,124,120); }
div.DivClassName
{
background-color: #557C78;
}
.BgClassName
{
background-color: #557C78;
}
</style>
border-color css
<style>
span { border-color: #557C78; }
span { border-color: rgb(85,124,120); }
td.TdClassName
{
border-color: #557C78;
}
.TagClassName
{
border-color: #557C78;
}
</style>