Shades of Breaker Bay #598081
Tints of Breaker Bay #598081
RGB
CMYK
RGB Variations
Color information
#598081 (or 0x598081) is known color: Breaker Bay. HEX triplet: 59, 80 and 81. RGB value is (89,128,129). Sum of RGB (Red+Green+Blue) = 89+128+129=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #598081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598081 is #A67F7E. Grayscale: #747474. Windows color (decimal): -10911615 or 8487001. OLE color: 8487001.
HSL color Cylindrical-coordinate representation of color #598081: hue angle of 181.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #598081 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 128 | 129 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.49 |
| HSL | 181.5º | 0.18% | 0.43% | - |
| HSV(B) | 181.5º | 0.31% | 0.51% | - |
| XYZ | 15.8 | 19.15 | 23.63 | - |
| YUV | 116.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 129 | 0.31 | 0.01 | 0 | 0.49 | 181.5 | 0.18 | 0.43 |
| Hex | 59 | 80 | 81 | 1F | 1 | 0 | 31 | B6 | 12 | 2B |
| Octal | 131 | 200 | 201 | 37 | 1 | 0 | 61 | 266 | 22 | 53 |
| Binary | 1011001 | 10000000 | 10000001 | 11111 | 1 | 0 | 110001 | 10110110 | 10010 | 101011 |
Color Harmonies of #598081
Complementary color
Monochromatic Colors of #598081
Black with #598081
Text Example
Text Example
White with #598081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598081; }
p { color: rgb(89,128,129); }
H1.HeaderClassName
{
color: #598081;
}
.AnyTagClassName
{
color: #598081;
}
</style>
background-color css
<style>
a { background-color: #598081; }
a { background-color: rgb(89,128,129); }
div.DivClassName
{
background-color: #598081;
}
.BgClassName
{
background-color: #598081;
}
</style>
border-color css
<style>
span { border-color: #598081; }
span { border-color: rgb(89,128,129); }
td.TdClassName
{
border-color: #598081;
}
.TagClassName
{
border-color: #598081;
}
</style>