Shades of Breaker Bay #55797A
Tints of Breaker Bay #55797A
RGB
CMYK
RGB Variations
Color information
#55797A (or 0x55797A) is known color: Breaker Bay. HEX triplet: 55, 79 and 7A. RGB value is (85,121,122). Sum of RGB (Red+Green+Blue) = 85+121+122=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #55797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55797A is #AA8685. Grayscale: #6E6E6E. Windows color (decimal): -11175558 or 8026453. OLE color: 8026453.
HSL color Cylindrical-coordinate representation of color #55797A: hue angle of 181.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55797A is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 121 | 122 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.52 |
| HSL | 181.62º | 0.18% | 0.41% | - |
| HSV(B) | 181.62º | 0.3% | 0.48% | - |
| XYZ | 14.1 | 17.01 | 20.95 | - |
| YUV | 110.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 122 | 0.30 | 0.01 | 0 | 0.52 | 181.62 | 0.18 | 0.41 |
| Hex | 55 | 79 | 7A | 1E | 1 | 0 | 34 | B6 | 12 | 29 |
| Octal | 125 | 171 | 172 | 36 | 1 | 0 | 64 | 266 | 22 | 51 |
| Binary | 1010101 | 1111001 | 1111010 | 11110 | 1 | 0 | 110100 | 10110110 | 10010 | 101001 |
Color Harmonies of #55797A
Complementary color
Monochromatic Colors of #55797A
Black with #55797A
Text Example
Text Example
White with #55797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55797A; }
p { color: rgb(85,121,122); }
H1.HeaderClassName
{
color: #55797A;
}
.AnyTagClassName
{
color: #55797A;
}
</style>
background-color css
<style>
a { background-color: #55797A; }
a { background-color: rgb(85,121,122); }
div.DivClassName
{
background-color: #55797A;
}
.BgClassName
{
background-color: #55797A;
}
</style>
border-color css
<style>
span { border-color: #55797A; }
span { border-color: rgb(85,121,122); }
td.TdClassName
{
border-color: #55797A;
}
.TagClassName
{
border-color: #55797A;
}
</style>