Shades of Breaker Bay #59807F
Tints of Breaker Bay #59807F
RGB
CMYK
RGB Variations
Color information
#59807F (or 0x59807F) is known color: Breaker Bay. HEX triplet: 59, 80 and 7F. RGB value is (89,128,127). Sum of RGB (Red+Green+Blue) = 89+128+127=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #59807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59807F is #A67F80. Grayscale: #747474. Windows color (decimal): -10911617 or 8355929. OLE color: 8355929.
HSL color Cylindrical-coordinate representation of color #59807F: hue angle of 178.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59807F is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 127 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.50 |
| HSL | 178.46º | 0.18% | 0.43% | - |
| HSV(B) | 178.46º | 0.3% | 0.5% | - |
| XYZ | 15.67 | 19.09 | 22.94 | - |
| YUV | 116.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 127 | 0.30 | 0 | 0.01 | 0.50 | 178.46 | 0.18 | 0.43 |
| Hex | 59 | 80 | 7F | 1E | 0 | 1 | 32 | B2 | 12 | 2B |
| Octal | 131 | 200 | 177 | 36 | 0 | 1 | 62 | 262 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1111111 | 11110 | 0 | 1 | 110010 | 10110010 | 10010 | 101011 |
Color Harmonies of #59807F
Complementary color
Monochromatic Colors of #59807F
Black with #59807F
Text Example
Text Example
White with #59807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59807F; }
p { color: rgb(89,128,127); }
H1.HeaderClassName
{
color: #59807F;
}
.AnyTagClassName
{
color: #59807F;
}
</style>
background-color css
<style>
a { background-color: #59807F; }
a { background-color: rgb(89,128,127); }
div.DivClassName
{
background-color: #59807F;
}
.BgClassName
{
background-color: #59807F;
}
</style>
border-color css
<style>
span { border-color: #59807F; }
span { border-color: rgb(89,128,127); }
td.TdClassName
{
border-color: #59807F;
}
.TagClassName
{
border-color: #59807F;
}
</style>