Shades of Breaker Bay #558079
Tints of Breaker Bay #558079
RGB
CMYK
RGB Variations
Color information
#558079 (or 0x558079) is known color: Breaker Bay. HEX triplet: 55, 80 and 79. RGB value is (85,128,121). Sum of RGB (Red+Green+Blue) = 85+128+121=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #558079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558079 is #AA7F86. Grayscale: #727272. Windows color (decimal): -11173767 or 7962709. OLE color: 7962709.
HSL color Cylindrical-coordinate representation of color #558079: hue angle of 170.23º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558079 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 121 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.50 |
| HSL | 170.23º | 0.2% | 0.42% | - |
| HSV(B) | 170.23º | 0.34% | 0.5% | - |
| XYZ | 14.92 | 18.75 | 20.92 | - |
| YUV | 114.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 121 | 0.34 | 0 | 0.05 | 0.50 | 170.23 | 0.2 | 0.42 |
| Hex | 55 | 80 | 79 | 22 | 0 | 5 | 32 | AA | 14 | 2A |
| Octal | 125 | 200 | 171 | 42 | 0 | 5 | 62 | 252 | 24 | 52 |
| Binary | 1010101 | 10000000 | 1111001 | 100010 | 0 | 101 | 110010 | 10101010 | 10100 | 101010 |
Color Harmonies of #558079
Complementary color
Monochromatic Colors of #558079
Black with #558079
Text Example
Text Example
White with #558079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558079; }
p { color: rgb(85,128,121); }
H1.HeaderClassName
{
color: #558079;
}
.AnyTagClassName
{
color: #558079;
}
</style>
background-color css
<style>
a { background-color: #558079; }
a { background-color: rgb(85,128,121); }
div.DivClassName
{
background-color: #558079;
}
.BgClassName
{
background-color: #558079;
}
</style>
border-color css
<style>
span { border-color: #558079; }
span { border-color: rgb(85,128,121); }
td.TdClassName
{
border-color: #558079;
}
.TagClassName
{
border-color: #558079;
}
</style>