Shades of Breaker Bay #598780
Tints of Breaker Bay #598780
RGB
CMYK
RGB Variations
Color information
#598780 (or 0x598780) is known color: Breaker Bay. HEX triplet: 59, 87 and 80. RGB value is (89,135,128). Sum of RGB (Red+Green+Blue) = 89+135+128=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #598780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598780 is #A6787F. Grayscale: #787878. Windows color (decimal): -10909824 or 8423257. OLE color: 8423257.
HSL color Cylindrical-coordinate representation of color #598780: hue angle of 170.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #598780 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 128 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.47 |
| HSL | 170.87º | 0.21% | 0.44% | - |
| HSV(B) | 170.87º | 0.34% | 0.53% | - |
| XYZ | 16.68 | 21.01 | 23.6 | - |
| YUV | 120.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 128 | 0.34 | 0 | 0.05 | 0.47 | 170.87 | 0.21 | 0.44 |
| Hex | 59 | 87 | 80 | 22 | 0 | 5 | 2F | AB | 15 | 2C |
| Octal | 131 | 207 | 200 | 42 | 0 | 5 | 57 | 253 | 25 | 54 |
| Binary | 1011001 | 10000111 | 10000000 | 100010 | 0 | 101 | 101111 | 10101011 | 10101 | 101100 |
Color Harmonies of #598780
Complementary color
Monochromatic Colors of #598780
Black with #598780
Text Example
Text Example
White with #598780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598780; }
p { color: rgb(89,135,128); }
H1.HeaderClassName
{
color: #598780;
}
.AnyTagClassName
{
color: #598780;
}
</style>
background-color css
<style>
a { background-color: #598780; }
a { background-color: rgb(89,135,128); }
div.DivClassName
{
background-color: #598780;
}
.BgClassName
{
background-color: #598780;
}
</style>
border-color css
<style>
span { border-color: #598780; }
span { border-color: rgb(89,135,128); }
td.TdClassName
{
border-color: #598780;
}
.TagClassName
{
border-color: #598780;
}
</style>