Shades of Breaker Bay #55807F
Tints of Breaker Bay #55807F
RGB
CMYK
RGB Variations
Color information
#55807F (or 0x55807F) is known color: Breaker Bay. HEX triplet: 55, 80 and 7F. RGB value is (85,128,127). Sum of RGB (Red+Green+Blue) = 85+128+127=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #55807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55807F is #AA7F80. Grayscale: #727272. Windows color (decimal): -11173761 or 8355925. OLE color: 8355925.
HSL color Cylindrical-coordinate representation of color #55807F: hue angle of 178.6º 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 #55807F is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 127 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.50 |
| HSL | 178.6º | 0.2% | 0.42% | - |
| HSV(B) | 178.6º | 0.34% | 0.5% | - |
| XYZ | 15.3 | 18.9 | 22.92 | - |
| YUV | 115.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 127 | 0.34 | 0 | 0.01 | 0.50 | 178.6 | 0.2 | 0.42 |
| Hex | 55 | 80 | 7F | 22 | 0 | 1 | 32 | B3 | 14 | 2A |
| Octal | 125 | 200 | 177 | 42 | 0 | 1 | 62 | 263 | 24 | 52 |
| Binary | 1010101 | 10000000 | 1111111 | 100010 | 0 | 1 | 110010 | 10110011 | 10100 | 101010 |
Color Harmonies of #55807F
Complementary color
Monochromatic Colors of #55807F
Black with #55807F
Text Example
Text Example
White with #55807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55807F; }
p { color: rgb(85,128,127); }
H1.HeaderClassName
{
color: #55807F;
}
.AnyTagClassName
{
color: #55807F;
}
</style>
background-color css
<style>
a { background-color: #55807F; }
a { background-color: rgb(85,128,127); }
div.DivClassName
{
background-color: #55807F;
}
.BgClassName
{
background-color: #55807F;
}
</style>
border-color css
<style>
span { border-color: #55807F; }
span { border-color: rgb(85,128,127); }
td.TdClassName
{
border-color: #55807F;
}
.TagClassName
{
border-color: #55807F;
}
</style>