Shades of Breaker Bay #597A75
Tints of Breaker Bay #597A75
RGB
CMYK
RGB Variations
Color information
#597A75 (or 0x597A75) is known color: Breaker Bay. HEX triplet: 59, 7A and 75. RGB value is (89,122,117). Sum of RGB (Red+Green+Blue) = 89+122+117=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #597A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597A75 is #A6858A. Grayscale: #6F6F6F. Windows color (decimal): -10913163 or 7699033. OLE color: 7699033.
HSL color Cylindrical-coordinate representation of color #597A75: hue angle of 170.91º 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 #597A75 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 122 | 117 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.52 |
| HSL | 170.91º | 0.16% | 0.41% | - |
| HSV(B) | 170.91º | 0.27% | 0.48% | - |
| XYZ | 14.29 | 17.33 | 19.42 | - |
| YUV | 111.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 117 | 0.27 | 0 | 0.04 | 0.52 | 170.91 | 0.16 | 0.41 |
| Hex | 59 | 7A | 75 | 1B | 0 | 4 | 34 | AB | 10 | 29 |
| Octal | 131 | 172 | 165 | 33 | 0 | 4 | 64 | 253 | 20 | 51 |
| Binary | 1011001 | 1111010 | 1110101 | 11011 | 0 | 100 | 110100 | 10101011 | 10000 | 101001 |
Color Harmonies of #597A75
Complementary color
Monochromatic Colors of #597A75
Black with #597A75
Text Example
Text Example
White with #597A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A75; }
p { color: rgb(89,122,117); }
H1.HeaderClassName
{
color: #597A75;
}
.AnyTagClassName
{
color: #597A75;
}
</style>
background-color css
<style>
a { background-color: #597A75; }
a { background-color: rgb(89,122,117); }
div.DivClassName
{
background-color: #597A75;
}
.BgClassName
{
background-color: #597A75;
}
</style>
border-color css
<style>
span { border-color: #597A75; }
span { border-color: rgb(89,122,117); }
td.TdClassName
{
border-color: #597A75;
}
.TagClassName
{
border-color: #597A75;
}
</style>