Shades of Breaker Bay #55857C
Tints of Breaker Bay #55857C
RGB
CMYK
RGB Variations
Color information
#55857C (or 0x55857C) is known color: Breaker Bay. HEX triplet: 55, 85 and 7C. RGB value is (85,133,124). Sum of RGB (Red+Green+Blue) = 85+133+124=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #55857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55857C is #AA7A83. Grayscale: #757575. Windows color (decimal): -11172484 or 8160597. OLE color: 8160597.
HSL color Cylindrical-coordinate representation of color #55857C: hue angle of 168.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55857C is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 124 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.48 |
| HSL | 168.75º | 0.22% | 0.43% | - |
| HSV(B) | 168.75º | 0.36% | 0.52% | - |
| XYZ | 15.77 | 20.16 | 22.13 | - |
| YUV | 117.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 124 | 0.36 | 0 | 0.07 | 0.48 | 168.75 | 0.22 | 0.43 |
| Hex | 55 | 85 | 7C | 24 | 0 | 7 | 30 | A9 | 16 | 2B |
| Octal | 125 | 205 | 174 | 44 | 0 | 7 | 60 | 251 | 26 | 53 |
| Binary | 1010101 | 10000101 | 1111100 | 100100 | 0 | 111 | 110000 | 10101001 | 10110 | 101011 |
Color Harmonies of #55857C
Complementary color
Monochromatic Colors of #55857C
Black with #55857C
Text Example
Text Example
White with #55857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55857C; }
p { color: rgb(85,133,124); }
H1.HeaderClassName
{
color: #55857C;
}
.AnyTagClassName
{
color: #55857C;
}
</style>
background-color css
<style>
a { background-color: #55857C; }
a { background-color: rgb(85,133,124); }
div.DivClassName
{
background-color: #55857C;
}
.BgClassName
{
background-color: #55857C;
}
</style>
border-color css
<style>
span { border-color: #55857C; }
span { border-color: rgb(85,133,124); }
td.TdClassName
{
border-color: #55857C;
}
.TagClassName
{
border-color: #55857C;
}
</style>