Shades of Breaker Bay #597D7F
Tints of Breaker Bay #597D7F
RGB
CMYK
RGB Variations
Color information
#597D7F (or 0x597D7F) is known color: Breaker Bay. HEX triplet: 59, 7D and 7F. RGB value is (89,125,127). Sum of RGB (Red+Green+Blue) = 89+125+127=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #597D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D7F is #A68280. Grayscale: #727272. Windows color (decimal): -10912385 or 8355161. OLE color: 8355161.
HSL color Cylindrical-coordinate representation of color #597D7F: hue angle of 183.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597D7F is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 125 | 127 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.50 |
| HSL | 183.16º | 0.18% | 0.42% | - |
| HSV(B) | 183.16º | 0.3% | 0.5% | - |
| XYZ | 15.28 | 18.32 | 22.81 | - |
| YUV | 114.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 127 | 0.30 | 0.02 | 0 | 0.50 | 183.16 | 0.18 | 0.42 |
| Hex | 59 | 7D | 7F | 1E | 2 | 0 | 32 | B7 | 12 | 2A |
| Octal | 131 | 175 | 177 | 36 | 2 | 0 | 62 | 267 | 22 | 52 |
| Binary | 1011001 | 1111101 | 1111111 | 11110 | 10 | 0 | 110010 | 10110111 | 10010 | 101010 |
Color Harmonies of #597D7F
Complementary color
Monochromatic Colors of #597D7F
Black with #597D7F
Text Example
Text Example
White with #597D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D7F; }
p { color: rgb(89,125,127); }
H1.HeaderClassName
{
color: #597D7F;
}
.AnyTagClassName
{
color: #597D7F;
}
</style>
background-color css
<style>
a { background-color: #597D7F; }
a { background-color: rgb(89,125,127); }
div.DivClassName
{
background-color: #597D7F;
}
.BgClassName
{
background-color: #597D7F;
}
</style>
border-color css
<style>
span { border-color: #597D7F; }
span { border-color: rgb(89,125,127); }
td.TdClassName
{
border-color: #597D7F;
}
.TagClassName
{
border-color: #597D7F;
}
</style>