Shades of Breaker Bay #557574
Tints of Breaker Bay #557574
RGB
CMYK
RGB Variations
Color information
#557574 (or 0x557574) is known color: Breaker Bay. HEX triplet: 55, 75 and 74. RGB value is (85,117,116). Sum of RGB (Red+Green+Blue) = 85+117+116=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #557574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557574 is #AA8A8B. Grayscale: #6B6B6B. Windows color (decimal): -11176588 or 7632213. OLE color: 7632213.
HSL color Cylindrical-coordinate representation of color #557574: hue angle of 178.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557574 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 116 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.54 |
| HSL | 178.13º | 0.16% | 0.4% | - |
| HSV(B) | 178.13º | 0.27% | 0.46% | - |
| XYZ | 13.26 | 15.91 | 18.9 | - |
| YUV | 107.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 116 | 0.27 | 0 | 0.01 | 0.54 | 178.13 | 0.16 | 0.4 |
| Hex | 55 | 75 | 74 | 1B | 0 | 1 | 36 | B2 | 10 | 28 |
| Octal | 125 | 165 | 164 | 33 | 0 | 1 | 66 | 262 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1110100 | 11011 | 0 | 1 | 110110 | 10110010 | 10000 | 101000 |
Color Harmonies of #557574
Complementary color
Monochromatic Colors of #557574
Black with #557574
Text Example
Text Example
White with #557574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557574; }
p { color: rgb(85,117,116); }
H1.HeaderClassName
{
color: #557574;
}
.AnyTagClassName
{
color: #557574;
}
</style>
background-color css
<style>
a { background-color: #557574; }
a { background-color: rgb(85,117,116); }
div.DivClassName
{
background-color: #557574;
}
.BgClassName
{
background-color: #557574;
}
</style>
border-color css
<style>
span { border-color: #557574; }
span { border-color: rgb(85,117,116); }
td.TdClassName
{
border-color: #557574;
}
.TagClassName
{
border-color: #557574;
}
</style>