Shades of Breaker Bay #597C7B
Tints of Breaker Bay #597C7B
RGB
CMYK
RGB Variations
Color information
#597C7B (or 0x597C7B) is known color: Breaker Bay. HEX triplet: 59, 7C and 7B. RGB value is (89,124,123). Sum of RGB (Red+Green+Blue) = 89+124+123=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #597C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C7B is #A68384. Grayscale: #717171. Windows color (decimal): -10912645 or 8092761. OLE color: 8092761.
HSL color Cylindrical-coordinate representation of color #597C7B: hue angle of 178.29º 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 #597C7B is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 123 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.51 |
| HSL | 178.29º | 0.16% | 0.42% | - |
| HSV(B) | 178.29º | 0.28% | 0.49% | - |
| XYZ | 14.9 | 17.97 | 21.42 | - |
| YUV | 113.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 123 | 0.28 | 0 | 0.01 | 0.51 | 178.29 | 0.16 | 0.42 |
| Hex | 59 | 7C | 7B | 1C | 0 | 1 | 33 | B2 | 10 | 2A |
| Octal | 131 | 174 | 173 | 34 | 0 | 1 | 63 | 262 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1111011 | 11100 | 0 | 1 | 110011 | 10110010 | 10000 | 101010 |
Color Harmonies of #597C7B
Complementary color
Monochromatic Colors of #597C7B
Black with #597C7B
Text Example
Text Example
White with #597C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C7B; }
p { color: rgb(89,124,123); }
H1.HeaderClassName
{
color: #597C7B;
}
.AnyTagClassName
{
color: #597C7B;
}
</style>
background-color css
<style>
a { background-color: #597C7B; }
a { background-color: rgb(89,124,123); }
div.DivClassName
{
background-color: #597C7B;
}
.BgClassName
{
background-color: #597C7B;
}
</style>
border-color css
<style>
span { border-color: #597C7B; }
span { border-color: rgb(89,124,123); }
td.TdClassName
{
border-color: #597C7B;
}
.TagClassName
{
border-color: #597C7B;
}
</style>