Shades of Breaker Bay #59837D
Tints of Breaker Bay #59837D
RGB
CMYK
RGB Variations
Color information
#59837D (or 0x59837D) is known color: Breaker Bay. HEX triplet: 59, 83 and 7D. RGB value is (89,131,125). Sum of RGB (Red+Green+Blue) = 89+131+125=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #59837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59837D is #A67C82. Grayscale: #757575. Windows color (decimal): -10910851 or 8225625. OLE color: 8225625.
HSL color Cylindrical-coordinate representation of color #59837D: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59837D is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 131 | 125 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.49 |
| HSL | 171.43º | 0.19% | 0.43% | - |
| HSV(B) | 171.43º | 0.32% | 0.51% | - |
| XYZ | 15.94 | 19.84 | 22.39 | - |
| YUV | 117.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 125 | 0.32 | 0 | 0.05 | 0.49 | 171.43 | 0.19 | 0.43 |
| Hex | 59 | 83 | 7D | 20 | 0 | 5 | 31 | AB | 13 | 2B |
| Octal | 131 | 203 | 175 | 40 | 0 | 5 | 61 | 253 | 23 | 53 |
| Binary | 1011001 | 10000011 | 1111101 | 100000 | 0 | 101 | 110001 | 10101011 | 10011 | 101011 |
Color Harmonies of #59837D
Complementary color
Monochromatic Colors of #59837D
Black with #59837D
Text Example
Text Example
White with #59837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59837D; }
p { color: rgb(89,131,125); }
H1.HeaderClassName
{
color: #59837D;
}
.AnyTagClassName
{
color: #59837D;
}
</style>
background-color css
<style>
a { background-color: #59837D; }
a { background-color: rgb(89,131,125); }
div.DivClassName
{
background-color: #59837D;
}
.BgClassName
{
background-color: #59837D;
}
</style>
border-color css
<style>
span { border-color: #59837D; }
span { border-color: rgb(89,131,125); }
td.TdClassName
{
border-color: #59837D;
}
.TagClassName
{
border-color: #59837D;
}
</style>