Shades of Breaker Bay #587F7E
Tints of Breaker Bay #587F7E
RGB
CMYK
RGB Variations
Color information
#587F7E (or 0x587F7E) is known color: Breaker Bay. HEX triplet: 58, 7F and 7E. RGB value is (88,127,126). Sum of RGB (Red+Green+Blue) = 88+127+126=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #587F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587F7E is #A78081. Grayscale: #737373. Windows color (decimal): -10977410 or 8290136. OLE color: 8290136.
HSL color Cylindrical-coordinate representation of color #587F7E: hue angle of 178.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #587F7E is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 127 | 126 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.50 |
| HSL | 178.46º | 0.18% | 0.42% | - |
| HSV(B) | 178.46º | 0.31% | 0.5% | - |
| XYZ | 15.38 | 18.76 | 22.55 | - |
| YUV | 115.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 126 | 0.31 | 0 | 0.01 | 0.50 | 178.46 | 0.18 | 0.42 |
| Hex | 58 | 7F | 7E | 1F | 0 | 1 | 32 | B2 | 12 | 2A |
| Octal | 130 | 177 | 176 | 37 | 0 | 1 | 62 | 262 | 22 | 52 |
| Binary | 1011000 | 1111111 | 1111110 | 11111 | 0 | 1 | 110010 | 10110010 | 10010 | 101010 |
Color Harmonies of #587F7E
Complementary color
Monochromatic Colors of #587F7E
Black with #587F7E
Text Example
Text Example
White with #587F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F7E; }
p { color: rgb(88,127,126); }
H1.HeaderClassName
{
color: #587F7E;
}
.AnyTagClassName
{
color: #587F7E;
}
</style>
background-color css
<style>
a { background-color: #587F7E; }
a { background-color: rgb(88,127,126); }
div.DivClassName
{
background-color: #587F7E;
}
.BgClassName
{
background-color: #587F7E;
}
</style>
border-color css
<style>
span { border-color: #587F7E; }
span { border-color: rgb(88,127,126); }
td.TdClassName
{
border-color: #587F7E;
}
.TagClassName
{
border-color: #587F7E;
}
</style>