Shades of Breaker Bay #557E80
Tints of Breaker Bay #557E80
RGB
CMYK
RGB Variations
Color information
#557E80 (or 0x557E80) is known color: Breaker Bay. HEX triplet: 55, 7E and 80. RGB value is (85,126,128). Sum of RGB (Red+Green+Blue) = 85+126+128=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #557E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E80 is #AA817F. Grayscale: #717171. Windows color (decimal): -11174272 or 8420949. OLE color: 8420949.
HSL color Cylindrical-coordinate representation of color #557E80: hue angle of 182.79º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557E80 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 126 | 128 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.50 |
| HSL | 182.79º | 0.2% | 0.42% | - |
| HSV(B) | 182.79º | 0.34% | 0.5% | - |
| XYZ | 15.1 | 18.41 | 23.18 | - |
| YUV | 113.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 128 | 0.34 | 0.02 | 0 | 0.50 | 182.79 | 0.2 | 0.42 |
| Hex | 55 | 7E | 80 | 22 | 2 | 0 | 32 | B7 | 14 | 2A |
| Octal | 125 | 176 | 200 | 42 | 2 | 0 | 62 | 267 | 24 | 52 |
| Binary | 1010101 | 1111110 | 10000000 | 100010 | 10 | 0 | 110010 | 10110111 | 10100 | 101010 |
Color Harmonies of #557E80
Complementary color
Monochromatic Colors of #557E80
Black with #557E80
Text Example
Text Example
White with #557E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E80; }
p { color: rgb(85,126,128); }
H1.HeaderClassName
{
color: #557E80;
}
.AnyTagClassName
{
color: #557E80;
}
</style>
background-color css
<style>
a { background-color: #557E80; }
a { background-color: rgb(85,126,128); }
div.DivClassName
{
background-color: #557E80;
}
.BgClassName
{
background-color: #557E80;
}
</style>
border-color css
<style>
span { border-color: #557E80; }
span { border-color: rgb(85,126,128); }
td.TdClassName
{
border-color: #557E80;
}
.TagClassName
{
border-color: #557E80;
}
</style>