Shades of Breaker Bay #557E7D
Tints of Breaker Bay #557E7D
RGB
CMYK
RGB Variations
Color information
#557E7D (or 0x557E7D) is known color: Breaker Bay. HEX triplet: 55, 7E and 7D. RGB value is (85,126,125). Sum of RGB (Red+Green+Blue) = 85+126+125=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 126 - color contains mainly: green. Hex color #557E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E7D is #AA8182. Grayscale: #717171. Windows color (decimal): -11174275 or 8224341. OLE color: 8224341.
HSL color Cylindrical-coordinate representation of color #557E7D: hue angle of 178.54º 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 #557E7D is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 125 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.51 |
| HSL | 178.54º | 0.19% | 0.41% | - |
| HSV(B) | 178.54º | 0.33% | 0.49% | - |
| XYZ | 14.91 | 18.33 | 22.16 | - |
| YUV | 113.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 125 | 0.33 | 0 | 0.01 | 0.51 | 178.54 | 0.19 | 0.41 |
| Hex | 55 | 7E | 7D | 21 | 0 | 1 | 33 | B3 | 13 | 29 |
| Octal | 125 | 176 | 175 | 41 | 0 | 1 | 63 | 263 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1111101 | 100001 | 0 | 1 | 110011 | 10110011 | 10011 | 101001 |
Color Harmonies of #557E7D
Complementary color
Monochromatic Colors of #557E7D
Black with #557E7D
Text Example
Text Example
White with #557E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E7D; }
p { color: rgb(85,126,125); }
H1.HeaderClassName
{
color: #557E7D;
}
.AnyTagClassName
{
color: #557E7D;
}
</style>
background-color css
<style>
a { background-color: #557E7D; }
a { background-color: rgb(85,126,125); }
div.DivClassName
{
background-color: #557E7D;
}
.BgClassName
{
background-color: #557E7D;
}
</style>
border-color css
<style>
span { border-color: #557E7D; }
span { border-color: rgb(85,126,125); }
td.TdClassName
{
border-color: #557E7D;
}
.TagClassName
{
border-color: #557E7D;
}
</style>