Shades of Breaker Bay #598482
Tints of Breaker Bay #598482
RGB
CMYK
RGB Variations
Color information
#598482 (or 0x598482) is known color: Breaker Bay. HEX triplet: 59, 84 and 82. RGB value is (89,132,130). Sum of RGB (Red+Green+Blue) = 89+132+130=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #598482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598482 is #A67B7D. Grayscale: #767676. Windows color (decimal): -10910590 or 8553561. OLE color: 8553561.
HSL color Cylindrical-coordinate representation of color #598482: hue angle of 177.21º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598482 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 132 | 130 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.48 |
| HSL | 177.21º | 0.19% | 0.43% | - |
| HSV(B) | 177.21º | 0.33% | 0.52% | - |
| XYZ | 16.4 | 20.24 | 24.16 | - |
| YUV | 118.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 130 | 0.33 | 0 | 0.02 | 0.48 | 177.21 | 0.19 | 0.43 |
| Hex | 59 | 84 | 82 | 21 | 0 | 2 | 30 | B1 | 13 | 2B |
| Octal | 131 | 204 | 202 | 41 | 0 | 2 | 60 | 261 | 23 | 53 |
| Binary | 1011001 | 10000100 | 10000010 | 100001 | 0 | 10 | 110000 | 10110001 | 10011 | 101011 |
Color Harmonies of #598482
Complementary color
Monochromatic Colors of #598482
Black with #598482
Text Example
Text Example
White with #598482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598482; }
p { color: rgb(89,132,130); }
H1.HeaderClassName
{
color: #598482;
}
.AnyTagClassName
{
color: #598482;
}
</style>
background-color css
<style>
a { background-color: #598482; }
a { background-color: rgb(89,132,130); }
div.DivClassName
{
background-color: #598482;
}
.BgClassName
{
background-color: #598482;
}
</style>
border-color css
<style>
span { border-color: #598482; }
span { border-color: rgb(89,132,130); }
td.TdClassName
{
border-color: #598482;
}
.TagClassName
{
border-color: #598482;
}
</style>