Shades of Breaker Bay #59807B
Tints of Breaker Bay #59807B
RGB
CMYK
RGB Variations
Color information
#59807B (or 0x59807B) is known color: Breaker Bay. HEX triplet: 59, 80 and 7B. RGB value is (89,128,123). Sum of RGB (Red+Green+Blue) = 89+128+123=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #59807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59807B is #A67F84. Grayscale: #737373. Windows color (decimal): -10911621 or 8093785. OLE color: 8093785.
HSL color Cylindrical-coordinate representation of color #59807B: hue angle of 172.31º 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 #59807B is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 123 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.50 |
| HSL | 172.31º | 0.18% | 0.43% | - |
| HSV(B) | 172.31º | 0.3% | 0.5% | - |
| XYZ | 15.41 | 18.99 | 21.59 | - |
| YUV | 115.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 123 | 0.30 | 0 | 0.04 | 0.50 | 172.31 | 0.18 | 0.43 |
| Hex | 59 | 80 | 7B | 1E | 0 | 4 | 32 | AC | 12 | 2B |
| Octal | 131 | 200 | 173 | 36 | 0 | 4 | 62 | 254 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1111011 | 11110 | 0 | 100 | 110010 | 10101100 | 10010 | 101011 |
Color Harmonies of #59807B
Complementary color
Monochromatic Colors of #59807B
Black with #59807B
Text Example
Text Example
White with #59807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59807B; }
p { color: rgb(89,128,123); }
H1.HeaderClassName
{
color: #59807B;
}
.AnyTagClassName
{
color: #59807B;
}
</style>
background-color css
<style>
a { background-color: #59807B; }
a { background-color: rgb(89,128,123); }
div.DivClassName
{
background-color: #59807B;
}
.BgClassName
{
background-color: #59807B;
}
</style>
border-color css
<style>
span { border-color: #59807B; }
span { border-color: rgb(89,128,123); }
td.TdClassName
{
border-color: #59807B;
}
.TagClassName
{
border-color: #59807B;
}
</style>