Shades of Breaker Bay #597E80
Tints of Breaker Bay #597E80
RGB
CMYK
RGB Variations
Color information
#597E80 (or 0x597E80) is known color: Breaker Bay. HEX triplet: 59, 7E and 80. RGB value is (89,126,128). Sum of RGB (Red+Green+Blue) = 89+126+128=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #597E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E80 is #A6817F. Grayscale: #737373. Windows color (decimal): -10912128 or 8420953. OLE color: 8420953.
HSL color Cylindrical-coordinate representation of color #597E80: hue angle of 183.08º 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 #597E80 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 126 | 128 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.50 |
| HSL | 183.08º | 0.18% | 0.43% | - |
| HSV(B) | 183.08º | 0.3% | 0.5% | - |
| XYZ | 15.48 | 18.6 | 23.2 | - |
| YUV | 115.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 128 | 0.30 | 0.02 | 0 | 0.50 | 183.08 | 0.18 | 0.43 |
| Hex | 59 | 7E | 80 | 1E | 2 | 0 | 32 | B7 | 12 | 2B |
| Octal | 131 | 176 | 200 | 36 | 2 | 0 | 62 | 267 | 22 | 53 |
| Binary | 1011001 | 1111110 | 10000000 | 11110 | 10 | 0 | 110010 | 10110111 | 10010 | 101011 |
Color Harmonies of #597E80
Complementary color
Monochromatic Colors of #597E80
Black with #597E80
Text Example
Text Example
White with #597E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597E80; }
p { color: rgb(89,126,128); }
H1.HeaderClassName
{
color: #597E80;
}
.AnyTagClassName
{
color: #597E80;
}
</style>
background-color css
<style>
a { background-color: #597E80; }
a { background-color: rgb(89,126,128); }
div.DivClassName
{
background-color: #597E80;
}
.BgClassName
{
background-color: #597E80;
}
</style>
border-color css
<style>
span { border-color: #597E80; }
span { border-color: rgb(89,126,128); }
td.TdClassName
{
border-color: #597E80;
}
.TagClassName
{
border-color: #597E80;
}
</style>