Shades of Breaker Bay #597B76
Tints of Breaker Bay #597B76
RGB
CMYK
RGB Variations
Color information
#597B76 (or 0x597B76) is known color: Breaker Bay. HEX triplet: 59, 7B and 76. RGB value is (89,123,118). Sum of RGB (Red+Green+Blue) = 89+123+118=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #597B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597B76 is #A68489. Grayscale: #707070. Windows color (decimal): -10912906 or 7764825. OLE color: 7764825.
HSL color Cylindrical-coordinate representation of color #597B76: hue angle of 171.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597B76 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 123 | 118 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.52 |
| HSL | 171.18º | 0.16% | 0.42% | - |
| HSV(B) | 171.18º | 0.28% | 0.48% | - |
| XYZ | 14.47 | 17.6 | 19.77 | - |
| YUV | 112.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 118 | 0.28 | 0 | 0.04 | 0.52 | 171.18 | 0.16 | 0.42 |
| Hex | 59 | 7B | 76 | 1C | 0 | 4 | 34 | AB | 10 | 2A |
| Octal | 131 | 173 | 166 | 34 | 0 | 4 | 64 | 253 | 20 | 52 |
| Binary | 1011001 | 1111011 | 1110110 | 11100 | 0 | 100 | 110100 | 10101011 | 10000 | 101010 |
Color Harmonies of #597B76
Complementary color
Monochromatic Colors of #597B76
Black with #597B76
Text Example
Text Example
White with #597B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597B76; }
p { color: rgb(89,123,118); }
H1.HeaderClassName
{
color: #597B76;
}
.AnyTagClassName
{
color: #597B76;
}
</style>
background-color css
<style>
a { background-color: #597B76; }
a { background-color: rgb(89,123,118); }
div.DivClassName
{
background-color: #597B76;
}
.BgClassName
{
background-color: #597B76;
}
</style>
border-color css
<style>
span { border-color: #597B76; }
span { border-color: rgb(89,123,118); }
td.TdClassName
{
border-color: #597B76;
}
.TagClassName
{
border-color: #597B76;
}
</style>