Shades of Breaker Bay #587B7C
Tints of Breaker Bay #587B7C
RGB
CMYK
RGB Variations
Color information
#587B7C (or 0x587B7C) is known color: Breaker Bay. HEX triplet: 58, 7B and 7C. RGB value is (88,123,124). Sum of RGB (Red+Green+Blue) = 88+123+124=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #587B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587B7C is #A78483. Grayscale: #707070. Windows color (decimal): -10978436 or 8158040. OLE color: 8158040.
HSL color Cylindrical-coordinate representation of color #587B7C: hue angle of 181.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #587B7C is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 123 | 124 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.51 |
| HSL | 181.67º | 0.17% | 0.42% | - |
| HSV(B) | 181.67º | 0.29% | 0.49% | - |
| XYZ | 14.75 | 17.7 | 21.71 | - |
| YUV | 112.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 124 | 0.29 | 0.01 | 0 | 0.51 | 181.67 | 0.17 | 0.42 |
| Hex | 58 | 7B | 7C | 1D | 1 | 0 | 33 | B6 | 11 | 2A |
| Octal | 130 | 173 | 174 | 35 | 1 | 0 | 63 | 266 | 21 | 52 |
| Binary | 1011000 | 1111011 | 1111100 | 11101 | 1 | 0 | 110011 | 10110110 | 10001 | 101010 |
Color Harmonies of #587B7C
Complementary color
Monochromatic Colors of #587B7C
Black with #587B7C
Text Example
Text Example
White with #587B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B7C; }
p { color: rgb(88,123,124); }
H1.HeaderClassName
{
color: #587B7C;
}
.AnyTagClassName
{
color: #587B7C;
}
</style>
background-color css
<style>
a { background-color: #587B7C; }
a { background-color: rgb(88,123,124); }
div.DivClassName
{
background-color: #587B7C;
}
.BgClassName
{
background-color: #587B7C;
}
</style>
border-color css
<style>
span { border-color: #587B7C; }
span { border-color: rgb(88,123,124); }
td.TdClassName
{
border-color: #587B7C;
}
.TagClassName
{
border-color: #587B7C;
}
</style>