Shades of Breaker Bay #597C75
Tints of Breaker Bay #597C75
RGB
CMYK
RGB Variations
Color information
#597C75 (or 0x597C75) is known color: Breaker Bay. HEX triplet: 59, 7C and 75. RGB value is (89,124,117). Sum of RGB (Red+Green+Blue) = 89+124+117=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #597C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C75 is #A6838A. Grayscale: #707070. Windows color (decimal): -10912651 or 7699545. OLE color: 7699545.
HSL color Cylindrical-coordinate representation of color #597C75: hue angle of 168º 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 #597C75 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 117 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.51 |
| HSL | 168º | 0.16% | 0.42% | - |
| HSV(B) | 168º | 0.28% | 0.49% | - |
| XYZ | 14.54 | 17.82 | 19.5 | - |
| YUV | 112.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 117 | 0.28 | 0 | 0.06 | 0.51 | 168 | 0.16 | 0.42 |
| Hex | 59 | 7C | 75 | 1C | 0 | 6 | 33 | A8 | 10 | 2A |
| Octal | 131 | 174 | 165 | 34 | 0 | 6 | 63 | 250 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1110101 | 11100 | 0 | 110 | 110011 | 10101000 | 10000 | 101010 |
Color Harmonies of #597C75
Complementary color
Monochromatic Colors of #597C75
Black with #597C75
Text Example
Text Example
White with #597C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C75; }
p { color: rgb(89,124,117); }
H1.HeaderClassName
{
color: #597C75;
}
.AnyTagClassName
{
color: #597C75;
}
</style>
background-color css
<style>
a { background-color: #597C75; }
a { background-color: rgb(89,124,117); }
div.DivClassName
{
background-color: #597C75;
}
.BgClassName
{
background-color: #597C75;
}
</style>
border-color css
<style>
span { border-color: #597C75; }
span { border-color: rgb(89,124,117); }
td.TdClassName
{
border-color: #597C75;
}
.TagClassName
{
border-color: #597C75;
}
</style>