Shades of Breaker Bay #557B76
Tints of Breaker Bay #557B76
RGB
CMYK
RGB Variations
Color information
#557B76 (or 0x557B76) is known color: Breaker Bay. HEX triplet: 55, 7B and 76. RGB value is (85,123,118). Sum of RGB (Red+Green+Blue) = 85+123+118=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #557B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B76 is #AA8489. Grayscale: #6F6F6F. Windows color (decimal): -11175050 or 7764821. OLE color: 7764821.
HSL color Cylindrical-coordinate representation of color #557B76: hue angle of 172.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B76 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 118 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.52 |
| HSL | 172.11º | 0.18% | 0.41% | - |
| HSV(B) | 172.11º | 0.31% | 0.48% | - |
| XYZ | 14.1 | 17.41 | 19.76 | - |
| YUV | 111.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 118 | 0.31 | 0 | 0.04 | 0.52 | 172.11 | 0.18 | 0.41 |
| Hex | 55 | 7B | 76 | 1F | 0 | 4 | 34 | AC | 12 | 29 |
| Octal | 125 | 173 | 166 | 37 | 0 | 4 | 64 | 254 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1110110 | 11111 | 0 | 100 | 110100 | 10101100 | 10010 | 101001 |
Color Harmonies of #557B76
Complementary color
Monochromatic Colors of #557B76
Black with #557B76
Text Example
Text Example
White with #557B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B76; }
p { color: rgb(85,123,118); }
H1.HeaderClassName
{
color: #557B76;
}
.AnyTagClassName
{
color: #557B76;
}
</style>
background-color css
<style>
a { background-color: #557B76; }
a { background-color: rgb(85,123,118); }
div.DivClassName
{
background-color: #557B76;
}
.BgClassName
{
background-color: #557B76;
}
</style>
border-color css
<style>
span { border-color: #557B76; }
span { border-color: rgb(85,123,118); }
td.TdClassName
{
border-color: #557B76;
}
.TagClassName
{
border-color: #557B76;
}
</style>