Shades of Breaker Bay #587E7B
Tints of Breaker Bay #587E7B
RGB
CMYK
RGB Variations
Color information
#587E7B (or 0x587E7B) is known color: Breaker Bay. HEX triplet: 58, 7E and 7B. RGB value is (88,126,123). Sum of RGB (Red+Green+Blue) = 88+126+123=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #587E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587E7B is #A78184. Grayscale: #727272. Windows color (decimal): -10977669 or 8093272. OLE color: 8093272.
HSL color Cylindrical-coordinate representation of color #587E7B: hue angle of 175.26º 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 #587E7B is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 126 | 123 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.51 |
| HSL | 175.26º | 0.18% | 0.42% | - |
| HSV(B) | 175.26º | 0.3% | 0.49% | - |
| XYZ | 15.06 | 18.43 | 21.5 | - |
| YUV | 114.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 123 | 0.30 | 0 | 0.02 | 0.51 | 175.26 | 0.18 | 0.42 |
| Hex | 58 | 7E | 7B | 1E | 0 | 2 | 33 | AF | 12 | 2A |
| Octal | 130 | 176 | 173 | 36 | 0 | 2 | 63 | 257 | 22 | 52 |
| Binary | 1011000 | 1111110 | 1111011 | 11110 | 0 | 10 | 110011 | 10101111 | 10010 | 101010 |
Color Harmonies of #587E7B
Complementary color
Monochromatic Colors of #587E7B
Black with #587E7B
Text Example
Text Example
White with #587E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587E7B; }
p { color: rgb(88,126,123); }
H1.HeaderClassName
{
color: #587E7B;
}
.AnyTagClassName
{
color: #587E7B;
}
</style>
background-color css
<style>
a { background-color: #587E7B; }
a { background-color: rgb(88,126,123); }
div.DivClassName
{
background-color: #587E7B;
}
.BgClassName
{
background-color: #587E7B;
}
</style>
border-color css
<style>
span { border-color: #587E7B; }
span { border-color: rgb(88,126,123); }
td.TdClassName
{
border-color: #587E7B;
}
.TagClassName
{
border-color: #587E7B;
}
</style>