Shades of Breaker Bay #59787A
Tints of Breaker Bay #59787A
RGB
CMYK
RGB Variations
Color information
#59787A (or 0x59787A) is known color: Breaker Bay. HEX triplet: 59, 78 and 7A. RGB value is (89,120,122). Sum of RGB (Red+Green+Blue) = 89+120+122=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #59787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787A is #A68785. Grayscale: #6E6E6E. Windows color (decimal): -10913670 or 8026201. OLE color: 8026201.
HSL color Cylindrical-coordinate representation of color #59787A: hue angle of 183.64º 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 #59787A is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 120 | 122 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.52 |
| HSL | 183.64º | 0.16% | 0.41% | - |
| HSV(B) | 183.64º | 0.27% | 0.48% | - |
| XYZ | 14.35 | 16.96 | 20.93 | - |
| YUV | 110.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 122 | 0.27 | 0.02 | 0 | 0.52 | 183.64 | 0.16 | 0.41 |
| Hex | 59 | 78 | 7A | 1B | 2 | 0 | 34 | B8 | 10 | 29 |
| Octal | 131 | 170 | 172 | 33 | 2 | 0 | 64 | 270 | 20 | 51 |
| Binary | 1011001 | 1111000 | 1111010 | 11011 | 10 | 0 | 110100 | 10111000 | 10000 | 101001 |
Color Harmonies of #59787A
Complementary color
Monochromatic Colors of #59787A
Black with #59787A
Text Example
Text Example
White with #59787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59787A; }
p { color: rgb(89,120,122); }
H1.HeaderClassName
{
color: #59787A;
}
.AnyTagClassName
{
color: #59787A;
}
</style>
background-color css
<style>
a { background-color: #59787A; }
a { background-color: rgb(89,120,122); }
div.DivClassName
{
background-color: #59787A;
}
.BgClassName
{
background-color: #59787A;
}
</style>
border-color css
<style>
span { border-color: #59787A; }
span { border-color: rgb(89,120,122); }
td.TdClassName
{
border-color: #59787A;
}
.TagClassName
{
border-color: #59787A;
}
</style>