Shades of Breaker Bay #55827C
Tints of Breaker Bay #55827C
RGB
CMYK
RGB Variations
Color information
#55827C (or 0x55827C) is known color: Breaker Bay. HEX triplet: 55, 82 and 7C. RGB value is (85,130,124). Sum of RGB (Red+Green+Blue) = 85+130+124=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #55827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55827C is #AA7D83. Grayscale: #737373. Windows color (decimal): -11173252 or 8159829. OLE color: 8159829.
HSL color Cylindrical-coordinate representation of color #55827C: hue angle of 172º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55827C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 124 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.49 |
| HSL | 172º | 0.21% | 0.42% | - |
| HSV(B) | 172º | 0.35% | 0.51% | - |
| XYZ | 15.37 | 19.35 | 21.99 | - |
| YUV | 115.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 124 | 0.35 | 0 | 0.05 | 0.49 | 172 | 0.21 | 0.42 |
| Hex | 55 | 82 | 7C | 23 | 0 | 5 | 31 | AC | 15 | 2A |
| Octal | 125 | 202 | 174 | 43 | 0 | 5 | 61 | 254 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1111100 | 100011 | 0 | 101 | 110001 | 10101100 | 10101 | 101010 |
Color Harmonies of #55827C
Complementary color
Monochromatic Colors of #55827C
Black with #55827C
Text Example
Text Example
White with #55827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55827C; }
p { color: rgb(85,130,124); }
H1.HeaderClassName
{
color: #55827C;
}
.AnyTagClassName
{
color: #55827C;
}
</style>
background-color css
<style>
a { background-color: #55827C; }
a { background-color: rgb(85,130,124); }
div.DivClassName
{
background-color: #55827C;
}
.BgClassName
{
background-color: #55827C;
}
</style>
border-color css
<style>
span { border-color: #55827C; }
span { border-color: rgb(85,130,124); }
td.TdClassName
{
border-color: #55827C;
}
.TagClassName
{
border-color: #55827C;
}
</style>