Shades of Breaker Bay #55797D
Tints of Breaker Bay #55797D
RGB
CMYK
RGB Variations
Color information
#55797D (or 0x55797D) is known color: Breaker Bay. HEX triplet: 55, 79 and 7D. RGB value is (85,121,125). Sum of RGB (Red+Green+Blue) = 85+121+125=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #55797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55797D is #AA8682. Grayscale: #6E6E6E. Windows color (decimal): -11175555 or 8223061. OLE color: 8223061.
HSL color Cylindrical-coordinate representation of color #55797D: hue angle of 186º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55797D is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 121 | 125 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.51 |
| HSL | 186º | 0.19% | 0.41% | - |
| HSV(B) | 186º | 0.32% | 0.49% | - |
| XYZ | 14.29 | 17.09 | 21.95 | - |
| YUV | 110.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 125 | 0.32 | 0.03 | 0 | 0.51 | 186 | 0.19 | 0.41 |
| Hex | 55 | 79 | 7D | 20 | 3 | 0 | 33 | BA | 13 | 29 |
| Octal | 125 | 171 | 175 | 40 | 3 | 0 | 63 | 272 | 23 | 51 |
| Binary | 1010101 | 1111001 | 1111101 | 100000 | 11 | 0 | 110011 | 10111010 | 10011 | 101001 |
Color Harmonies of #55797D
Complementary color
Monochromatic Colors of #55797D
Black with #55797D
Text Example
Text Example
White with #55797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55797D; }
p { color: rgb(85,121,125); }
H1.HeaderClassName
{
color: #55797D;
}
.AnyTagClassName
{
color: #55797D;
}
</style>
background-color css
<style>
a { background-color: #55797D; }
a { background-color: rgb(85,121,125); }
div.DivClassName
{
background-color: #55797D;
}
.BgClassName
{
background-color: #55797D;
}
</style>
border-color css
<style>
span { border-color: #55797D; }
span { border-color: rgb(85,121,125); }
td.TdClassName
{
border-color: #55797D;
}
.TagClassName
{
border-color: #55797D;
}
</style>