Shades of Breaker Bay #59797B
Tints of Breaker Bay #59797B
RGB
CMYK
RGB Variations
Color information
#59797B (or 0x59797B) is known color: Breaker Bay. HEX triplet: 59, 79 and 7B. RGB value is (89,121,123). Sum of RGB (Red+Green+Blue) = 89+121+123=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #59797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797B is #A68684. Grayscale: #6F6F6F. Windows color (decimal): -10913413 or 8091993. OLE color: 8091993.
HSL color Cylindrical-coordinate representation of color #59797B: hue angle of 183.53º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59797B is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 121 | 123 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.52 |
| HSL | 183.53º | 0.16% | 0.42% | - |
| HSV(B) | 183.53º | 0.28% | 0.48% | - |
| XYZ | 14.53 | 17.23 | 21.3 | - |
| YUV | 111.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 123 | 0.28 | 0.02 | 0 | 0.52 | 183.53 | 0.16 | 0.42 |
| Hex | 59 | 79 | 7B | 1C | 2 | 0 | 34 | B8 | 10 | 2A |
| Octal | 131 | 171 | 173 | 34 | 2 | 0 | 64 | 270 | 20 | 52 |
| Binary | 1011001 | 1111001 | 1111011 | 11100 | 10 | 0 | 110100 | 10111000 | 10000 | 101010 |
Color Harmonies of #59797B
Complementary color
Monochromatic Colors of #59797B
Black with #59797B
Text Example
Text Example
White with #59797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59797B; }
p { color: rgb(89,121,123); }
H1.HeaderClassName
{
color: #59797B;
}
.AnyTagClassName
{
color: #59797B;
}
</style>
background-color css
<style>
a { background-color: #59797B; }
a { background-color: rgb(89,121,123); }
div.DivClassName
{
background-color: #59797B;
}
.BgClassName
{
background-color: #59797B;
}
</style>
border-color css
<style>
span { border-color: #59797B; }
span { border-color: rgb(89,121,123); }
td.TdClassName
{
border-color: #59797B;
}
.TagClassName
{
border-color: #59797B;
}
</style>