Shades of Breaker Bay #597A77
Tints of Breaker Bay #597A77
RGB
CMYK
RGB Variations
Color information
#597A77 (or 0x597A77) is known color: Breaker Bay. HEX triplet: 59, 7A and 77. RGB value is (89,122,119). Sum of RGB (Red+Green+Blue) = 89+122+119=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 122 - color contains mainly: green. Hex color #597A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597A77 is #A68588. Grayscale: #6F6F6F. Windows color (decimal): -10913161 or 7830105. OLE color: 7830105.
HSL color Cylindrical-coordinate representation of color #597A77: hue angle of 174.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #597A77 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 122 | 119 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.52 |
| HSL | 174.55º | 0.16% | 0.41% | - |
| HSV(B) | 174.55º | 0.27% | 0.48% | - |
| XYZ | 14.41 | 17.37 | 20.05 | - |
| YUV | 111.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 119 | 0.27 | 0 | 0.02 | 0.52 | 174.55 | 0.16 | 0.41 |
| Hex | 59 | 7A | 77 | 1B | 0 | 2 | 34 | AF | 10 | 29 |
| Octal | 131 | 172 | 167 | 33 | 0 | 2 | 64 | 257 | 20 | 51 |
| Binary | 1011001 | 1111010 | 1110111 | 11011 | 0 | 10 | 110100 | 10101111 | 10000 | 101001 |
Color Harmonies of #597A77
Complementary color
Monochromatic Colors of #597A77
Black with #597A77
Text Example
Text Example
White with #597A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A77; }
p { color: rgb(89,122,119); }
H1.HeaderClassName
{
color: #597A77;
}
.AnyTagClassName
{
color: #597A77;
}
</style>
background-color css
<style>
a { background-color: #597A77; }
a { background-color: rgb(89,122,119); }
div.DivClassName
{
background-color: #597A77;
}
.BgClassName
{
background-color: #597A77;
}
</style>
border-color css
<style>
span { border-color: #597A77; }
span { border-color: rgb(89,122,119); }
td.TdClassName
{
border-color: #597A77;
}
.TagClassName
{
border-color: #597A77;
}
</style>