Shades of Breaker Bay #557D7C
Tints of Breaker Bay #557D7C
RGB
CMYK
RGB Variations
Color information
#557D7C (or 0x557D7C) is known color: Breaker Bay. HEX triplet: 55, 7D and 7C. RGB value is (85,125,124). Sum of RGB (Red+Green+Blue) = 85+125+124=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #557D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D7C is #AA8283. Grayscale: #707070. Windows color (decimal): -11174532 or 8158549. OLE color: 8158549.
HSL color Cylindrical-coordinate representation of color #557D7C: hue angle of 178.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D7C is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 124 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.51 |
| HSL | 178.5º | 0.19% | 0.41% | - |
| HSV(B) | 178.5º | 0.32% | 0.49% | - |
| XYZ | 14.72 | 18.05 | 21.78 | - |
| YUV | 112.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 124 | 0.32 | 0 | 0.01 | 0.51 | 178.5 | 0.19 | 0.41 |
| Hex | 55 | 7D | 7C | 20 | 0 | 1 | 33 | B2 | 13 | 29 |
| Octal | 125 | 175 | 174 | 40 | 0 | 1 | 63 | 262 | 23 | 51 |
| Binary | 1010101 | 1111101 | 1111100 | 100000 | 0 | 1 | 110011 | 10110010 | 10011 | 101001 |
Color Harmonies of #557D7C
Complementary color
Monochromatic Colors of #557D7C
Black with #557D7C
Text Example
Text Example
White with #557D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D7C; }
p { color: rgb(85,125,124); }
H1.HeaderClassName
{
color: #557D7C;
}
.AnyTagClassName
{
color: #557D7C;
}
</style>
background-color css
<style>
a { background-color: #557D7C; }
a { background-color: rgb(85,125,124); }
div.DivClassName
{
background-color: #557D7C;
}
.BgClassName
{
background-color: #557D7C;
}
</style>
border-color css
<style>
span { border-color: #557D7C; }
span { border-color: rgb(85,125,124); }
td.TdClassName
{
border-color: #557D7C;
}
.TagClassName
{
border-color: #557D7C;
}
</style>