Shades of Breaker Bay #55767A
Tints of Breaker Bay #55767A
RGB
CMYK
RGB Variations
Color information
#55767A (or 0x55767A) is known color: Breaker Bay. HEX triplet: 55, 76 and 7A. RGB value is (85,118,122). Sum of RGB (Red+Green+Blue) = 85+118+122=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #55767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55767A is #AA8985. Grayscale: #6C6C6C. Windows color (decimal): -11176326 or 8025685. OLE color: 8025685.
HSL color Cylindrical-coordinate representation of color #55767A: hue angle of 186.49º 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 #55767A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 118 | 122 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.52 |
| HSL | 186.49º | 0.18% | 0.41% | - |
| HSV(B) | 186.49º | 0.3% | 0.48% | - |
| XYZ | 13.74 | 16.29 | 20.83 | - |
| YUV | 108.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 122 | 0.30 | 0.03 | 0 | 0.52 | 186.49 | 0.18 | 0.41 |
| Hex | 55 | 76 | 7A | 1E | 3 | 0 | 34 | BA | 12 | 29 |
| Octal | 125 | 166 | 172 | 36 | 3 | 0 | 64 | 272 | 22 | 51 |
| Binary | 1010101 | 1110110 | 1111010 | 11110 | 11 | 0 | 110100 | 10111010 | 10010 | 101001 |
Color Harmonies of #55767A
Complementary color
Monochromatic Colors of #55767A
Black with #55767A
Text Example
Text Example
White with #55767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55767A; }
p { color: rgb(85,118,122); }
H1.HeaderClassName
{
color: #55767A;
}
.AnyTagClassName
{
color: #55767A;
}
</style>
background-color css
<style>
a { background-color: #55767A; }
a { background-color: rgb(85,118,122); }
div.DivClassName
{
background-color: #55767A;
}
.BgClassName
{
background-color: #55767A;
}
</style>
border-color css
<style>
span { border-color: #55767A; }
span { border-color: rgb(85,118,122); }
td.TdClassName
{
border-color: #55767A;
}
.TagClassName
{
border-color: #55767A;
}
</style>