Shades of Breaker Bay #59777A
Tints of Breaker Bay #59777A
RGB
CMYK
RGB Variations
Color information
#59777A (or 0x59777A) is known color: Breaker Bay. HEX triplet: 59, 77 and 7A. RGB value is (89,119,122). Sum of RGB (Red+Green+Blue) = 89+119+122=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #59777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59777A is #A68885. Grayscale: #6E6E6E. Windows color (decimal): -10913926 or 8025945. OLE color: 8025945.
HSL color Cylindrical-coordinate representation of color #59777A: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59777A is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 119 | 122 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.52 |
| HSL | 185.45º | 0.16% | 0.41% | - |
| HSV(B) | 185.45º | 0.27% | 0.48% | - |
| XYZ | 14.23 | 16.72 | 20.89 | - |
| YUV | 110.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 122 | 0.27 | 0.02 | 0 | 0.52 | 185.45 | 0.16 | 0.41 |
| Hex | 59 | 77 | 7A | 1B | 2 | 0 | 34 | B9 | 10 | 29 |
| Octal | 131 | 167 | 172 | 33 | 2 | 0 | 64 | 271 | 20 | 51 |
| Binary | 1011001 | 1110111 | 1111010 | 11011 | 10 | 0 | 110100 | 10111001 | 10000 | 101001 |
Color Harmonies of #59777A
Complementary color
Monochromatic Colors of #59777A
Black with #59777A
Text Example
Text Example
White with #59777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59777A; }
p { color: rgb(89,119,122); }
H1.HeaderClassName
{
color: #59777A;
}
.AnyTagClassName
{
color: #59777A;
}
</style>
background-color css
<style>
a { background-color: #59777A; }
a { background-color: rgb(89,119,122); }
div.DivClassName
{
background-color: #59777A;
}
.BgClassName
{
background-color: #59777A;
}
</style>
border-color css
<style>
span { border-color: #59777A; }
span { border-color: rgb(89,119,122); }
td.TdClassName
{
border-color: #59777A;
}
.TagClassName
{
border-color: #59777A;
}
</style>