Shades of Breaker Bay #59807D
Tints of Breaker Bay #59807D
RGB
CMYK
RGB Variations
Color information
#59807D (or 0x59807D) is known color: Breaker Bay. HEX triplet: 59, 80 and 7D. RGB value is (89,128,125). Sum of RGB (Red+Green+Blue) = 89+128+125=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #59807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59807D is #A67F82. Grayscale: #737373. Windows color (decimal): -10911619 or 8224857. OLE color: 8224857.
HSL color Cylindrical-coordinate representation of color #59807D: hue angle of 175.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59807D is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 125 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.50 |
| HSL | 175.38º | 0.18% | 0.43% | - |
| HSV(B) | 175.38º | 0.3% | 0.5% | - |
| XYZ | 15.54 | 19.04 | 22.26 | - |
| YUV | 116 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 125 | 0.30 | 0 | 0.02 | 0.50 | 175.38 | 0.18 | 0.43 |
| Hex | 59 | 80 | 7D | 1E | 0 | 2 | 32 | AF | 12 | 2B |
| Octal | 131 | 200 | 175 | 36 | 0 | 2 | 62 | 257 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1111101 | 11110 | 0 | 10 | 110010 | 10101111 | 10010 | 101011 |
Color Harmonies of #59807D
Complementary color
Monochromatic Colors of #59807D
Black with #59807D
Text Example
Text Example
White with #59807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59807D; }
p { color: rgb(89,128,125); }
H1.HeaderClassName
{
color: #59807D;
}
.AnyTagClassName
{
color: #59807D;
}
</style>
background-color css
<style>
a { background-color: #59807D; }
a { background-color: rgb(89,128,125); }
div.DivClassName
{
background-color: #59807D;
}
.BgClassName
{
background-color: #59807D;
}
</style>
border-color css
<style>
span { border-color: #59807D; }
span { border-color: rgb(89,128,125); }
td.TdClassName
{
border-color: #59807D;
}
.TagClassName
{
border-color: #59807D;
}
</style>