Shades of Breaker Bay #558784
Tints of Breaker Bay #558784
RGB
CMYK
RGB Variations
Color information
#558784 (or 0x558784) is known color: Breaker Bay. HEX triplet: 55, 87 and 84. RGB value is (85,135,132). Sum of RGB (Red+Green+Blue) = 85+135+132=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #558784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558784 is #AA787B. Grayscale: #777777. Windows color (decimal): -11171964 or 8685397. OLE color: 8685397.
HSL color Cylindrical-coordinate representation of color #558784: hue angle of 176.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558784 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 132 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.47 |
| HSL | 176.4º | 0.23% | 0.43% | - |
| HSV(B) | 176.4º | 0.37% | 0.53% | - |
| XYZ | 16.58 | 20.93 | 25 | - |
| YUV | 119.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 132 | 0.37 | 0 | 0.02 | 0.47 | 176.4 | 0.23 | 0.43 |
| Hex | 55 | 87 | 84 | 25 | 0 | 2 | 2F | B0 | 17 | 2B |
| Octal | 125 | 207 | 204 | 45 | 0 | 2 | 57 | 260 | 27 | 53 |
| Binary | 1010101 | 10000111 | 10000100 | 100101 | 0 | 10 | 101111 | 10110000 | 10111 | 101011 |
Color Harmonies of #558784
Complementary color
Monochromatic Colors of #558784
Black with #558784
Text Example
Text Example
White with #558784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558784; }
p { color: rgb(85,135,132); }
H1.HeaderClassName
{
color: #558784;
}
.AnyTagClassName
{
color: #558784;
}
</style>
background-color css
<style>
a { background-color: #558784; }
a { background-color: rgb(85,135,132); }
div.DivClassName
{
background-color: #558784;
}
.BgClassName
{
background-color: #558784;
}
</style>
border-color css
<style>
span { border-color: #558784; }
span { border-color: rgb(85,135,132); }
td.TdClassName
{
border-color: #558784;
}
.TagClassName
{
border-color: #558784;
}
</style>