Shades of Breaker Bay #55877E
Tints of Breaker Bay #55877E
RGB
CMYK
RGB Variations
Color information
#55877E (or 0x55877E) is known color: Breaker Bay. HEX triplet: 55, 87 and 7E. RGB value is (85,135,126). Sum of RGB (Red+Green+Blue) = 85+135+126=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #55877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55877E is #AA7881. Grayscale: #777777. Windows color (decimal): -11171970 or 8292181. OLE color: 8292181.
HSL color Cylindrical-coordinate representation of color #55877E: hue angle of 169.2º 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 #55877E is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 126 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.47 |
| HSL | 169.2º | 0.23% | 0.43% | - |
| HSV(B) | 169.2º | 0.37% | 0.53% | - |
| XYZ | 16.18 | 20.77 | 22.89 | - |
| YUV | 119.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 126 | 0.37 | 0 | 0.07 | 0.47 | 169.2 | 0.23 | 0.43 |
| Hex | 55 | 87 | 7E | 25 | 0 | 7 | 2F | A9 | 17 | 2B |
| Octal | 125 | 207 | 176 | 45 | 0 | 7 | 57 | 251 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1111110 | 100101 | 0 | 111 | 101111 | 10101001 | 10111 | 101011 |
Color Harmonies of #55877E
Complementary color
Monochromatic Colors of #55877E
Black with #55877E
Text Example
Text Example
White with #55877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55877E; }
p { color: rgb(85,135,126); }
H1.HeaderClassName
{
color: #55877E;
}
.AnyTagClassName
{
color: #55877E;
}
</style>
background-color css
<style>
a { background-color: #55877E; }
a { background-color: rgb(85,135,126); }
div.DivClassName
{
background-color: #55877E;
}
.BgClassName
{
background-color: #55877E;
}
</style>
border-color css
<style>
span { border-color: #55877E; }
span { border-color: rgb(85,135,126); }
td.TdClassName
{
border-color: #55877E;
}
.TagClassName
{
border-color: #55877E;
}
</style>