Shades of Breaker Bay #598883
Tints of Breaker Bay #598883
RGB
CMYK
RGB Variations
Color information
#598883 (or 0x598883) is known color: Breaker Bay. HEX triplet: 59, 88 and 83. RGB value is (89,136,131). Sum of RGB (Red+Green+Blue) = 89+136+131=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #598883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598883 is #A6777C. Grayscale: #797979. Windows color (decimal): -10909565 or 8620121. OLE color: 8620121.
HSL color Cylindrical-coordinate representation of color #598883: hue angle of 173.62º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598883 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 131 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.47 |
| HSL | 173.62º | 0.21% | 0.44% | - |
| HSV(B) | 173.62º | 0.35% | 0.53% | - |
| XYZ | 17.02 | 21.37 | 24.7 | - |
| YUV | 121.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 131 | 0.35 | 0 | 0.04 | 0.47 | 173.62 | 0.21 | 0.44 |
| Hex | 59 | 88 | 83 | 23 | 0 | 4 | 2F | AE | 15 | 2C |
| Octal | 131 | 210 | 203 | 43 | 0 | 4 | 57 | 256 | 25 | 54 |
| Binary | 1011001 | 10001000 | 10000011 | 100011 | 0 | 100 | 101111 | 10101110 | 10101 | 101100 |
Color Harmonies of #598883
Complementary color
Monochromatic Colors of #598883
Black with #598883
Text Example
Text Example
White with #598883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598883; }
p { color: rgb(89,136,131); }
H1.HeaderClassName
{
color: #598883;
}
.AnyTagClassName
{
color: #598883;
}
</style>
background-color css
<style>
a { background-color: #598883; }
a { background-color: rgb(89,136,131); }
div.DivClassName
{
background-color: #598883;
}
.BgClassName
{
background-color: #598883;
}
</style>
border-color css
<style>
span { border-color: #598883; }
span { border-color: rgb(89,136,131); }
td.TdClassName
{
border-color: #598883;
}
.TagClassName
{
border-color: #598883;
}
</style>