Shades of Breaker Bay #59877E
Tints of Breaker Bay #59877E
RGB
CMYK
RGB Variations
Color information
#59877E (or 0x59877E) is known color: Breaker Bay. HEX triplet: 59, 87 and 7E. RGB value is (89,135,126). Sum of RGB (Red+Green+Blue) = 89+135+126=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #59877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59877E is #A67881. Grayscale: #787878. Windows color (decimal): -10909826 or 8292185. OLE color: 8292185.
HSL color Cylindrical-coordinate representation of color #59877E: hue angle of 168.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59877E is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 126 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.47 |
| HSL | 168.26º | 0.21% | 0.44% | - |
| HSV(B) | 168.26º | 0.34% | 0.53% | - |
| XYZ | 16.55 | 20.96 | 22.91 | - |
| YUV | 120.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 126 | 0.34 | 0 | 0.07 | 0.47 | 168.26 | 0.21 | 0.44 |
| Hex | 59 | 87 | 7E | 22 | 0 | 7 | 2F | A8 | 15 | 2C |
| Octal | 131 | 207 | 176 | 42 | 0 | 7 | 57 | 250 | 25 | 54 |
| Binary | 1011001 | 10000111 | 1111110 | 100010 | 0 | 111 | 101111 | 10101000 | 10101 | 101100 |
Color Harmonies of #59877E
Complementary color
Monochromatic Colors of #59877E
Black with #59877E
Text Example
Text Example
White with #59877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59877E; }
p { color: rgb(89,135,126); }
H1.HeaderClassName
{
color: #59877E;
}
.AnyTagClassName
{
color: #59877E;
}
</style>
background-color css
<style>
a { background-color: #59877E; }
a { background-color: rgb(89,135,126); }
div.DivClassName
{
background-color: #59877E;
}
.BgClassName
{
background-color: #59877E;
}
</style>
border-color css
<style>
span { border-color: #59877E; }
span { border-color: rgb(89,135,126); }
td.TdClassName
{
border-color: #59877E;
}
.TagClassName
{
border-color: #59877E;
}
</style>