Shades of Breaker Bay #587E76
Tints of Breaker Bay #587E76
RGB
CMYK
RGB Variations
Color information
#587E76 (or 0x587E76) is known color: Breaker Bay. HEX triplet: 58, 7E and 76. RGB value is (88,126,118). Sum of RGB (Red+Green+Blue) = 88+126+118=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 126 - color contains mainly: green. Hex color #587E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587E76 is #A78189. Grayscale: #717171. Windows color (decimal): -10977674 or 7765592. OLE color: 7765592.
HSL color Cylindrical-coordinate representation of color #587E76: hue angle of 167.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587E76 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 126 | 118 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.51 |
| HSL | 167.37º | 0.18% | 0.42% | - |
| HSV(B) | 167.37º | 0.3% | 0.49% | - |
| XYZ | 14.76 | 18.3 | 19.89 | - |
| YUV | 113.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 118 | 0.30 | 0 | 0.06 | 0.51 | 167.37 | 0.18 | 0.42 |
| Hex | 58 | 7E | 76 | 1E | 0 | 6 | 33 | A7 | 12 | 2A |
| Octal | 130 | 176 | 166 | 36 | 0 | 6 | 63 | 247 | 22 | 52 |
| Binary | 1011000 | 1111110 | 1110110 | 11110 | 0 | 110 | 110011 | 10100111 | 10010 | 101010 |
Color Harmonies of #587E76
Complementary color
Monochromatic Colors of #587E76
Black with #587E76
Text Example
Text Example
White with #587E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587E76; }
p { color: rgb(88,126,118); }
H1.HeaderClassName
{
color: #587E76;
}
.AnyTagClassName
{
color: #587E76;
}
</style>
background-color css
<style>
a { background-color: #587E76; }
a { background-color: rgb(88,126,118); }
div.DivClassName
{
background-color: #587E76;
}
.BgClassName
{
background-color: #587E76;
}
</style>
border-color css
<style>
span { border-color: #587E76; }
span { border-color: rgb(88,126,118); }
td.TdClassName
{
border-color: #587E76;
}
.TagClassName
{
border-color: #587E76;
}
</style>