Shades of Breaker Bay #597C76
Tints of Breaker Bay #597C76
RGB
CMYK
RGB Variations
Color information
#597C76 (or 0x597C76) is known color: Breaker Bay. HEX triplet: 59, 7C and 76. RGB value is (89,124,118). Sum of RGB (Red+Green+Blue) = 89+124+118=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #597C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C76 is #A68389. Grayscale: #707070. Windows color (decimal): -10912650 or 7765081. OLE color: 7765081.
HSL color Cylindrical-coordinate representation of color #597C76: hue angle of 169.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597C76 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 118 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.51 |
| HSL | 169.71º | 0.16% | 0.42% | - |
| HSV(B) | 169.71º | 0.28% | 0.49% | - |
| XYZ | 14.6 | 17.85 | 19.82 | - |
| YUV | 112.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 118 | 0.28 | 0 | 0.05 | 0.51 | 169.71 | 0.16 | 0.42 |
| Hex | 59 | 7C | 76 | 1C | 0 | 5 | 33 | AA | 10 | 2A |
| Octal | 131 | 174 | 166 | 34 | 0 | 5 | 63 | 252 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1110110 | 11100 | 0 | 101 | 110011 | 10101010 | 10000 | 101010 |
Color Harmonies of #597C76
Complementary color
Monochromatic Colors of #597C76
Black with #597C76
Text Example
Text Example
White with #597C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C76; }
p { color: rgb(89,124,118); }
H1.HeaderClassName
{
color: #597C76;
}
.AnyTagClassName
{
color: #597C76;
}
</style>
background-color css
<style>
a { background-color: #597C76; }
a { background-color: rgb(89,124,118); }
div.DivClassName
{
background-color: #597C76;
}
.BgClassName
{
background-color: #597C76;
}
</style>
border-color css
<style>
span { border-color: #597C76; }
span { border-color: rgb(89,124,118); }
td.TdClassName
{
border-color: #597C76;
}
.TagClassName
{
border-color: #597C76;
}
</style>