Shades of Breaker Bay #557E7C
Tints of Breaker Bay #557E7C
RGB
CMYK
RGB Variations
Color information
#557E7C (or 0x557E7C) is known color: Breaker Bay. HEX triplet: 55, 7E and 7C. RGB value is (85,126,124). Sum of RGB (Red+Green+Blue) = 85+126+124=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #557E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E7C is #AA8183. Grayscale: #717171. Windows color (decimal): -11174276 or 8158805. OLE color: 8158805.
HSL color Cylindrical-coordinate representation of color #557E7C: hue angle of 177.07º degrees, saturation: 0.19, 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 #557E7C is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 124 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.51 |
| HSL | 177.07º | 0.19% | 0.41% | - |
| HSV(B) | 177.07º | 0.33% | 0.49% | - |
| XYZ | 14.85 | 18.31 | 21.82 | - |
| YUV | 113.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 124 | 0.33 | 0 | 0.02 | 0.51 | 177.07 | 0.19 | 0.41 |
| Hex | 55 | 7E | 7C | 21 | 0 | 2 | 33 | B1 | 13 | 29 |
| Octal | 125 | 176 | 174 | 41 | 0 | 2 | 63 | 261 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1111100 | 100001 | 0 | 10 | 110011 | 10110001 | 10011 | 101001 |
Color Harmonies of #557E7C
Complementary color
Monochromatic Colors of #557E7C
Black with #557E7C
Text Example
Text Example
White with #557E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E7C; }
p { color: rgb(85,126,124); }
H1.HeaderClassName
{
color: #557E7C;
}
.AnyTagClassName
{
color: #557E7C;
}
</style>
background-color css
<style>
a { background-color: #557E7C; }
a { background-color: rgb(85,126,124); }
div.DivClassName
{
background-color: #557E7C;
}
.BgClassName
{
background-color: #557E7C;
}
</style>
border-color css
<style>
span { border-color: #557E7C; }
span { border-color: rgb(85,126,124); }
td.TdClassName
{
border-color: #557E7C;
}
.TagClassName
{
border-color: #557E7C;
}
</style>