Shades of Blue Bayoux #587A7F
Tints of Blue Bayoux #587A7F
RGB
CMYK
RGB Variations
Color information
#587A7F (or 0x587A7F) is known color: Blue Bayoux. HEX triplet: 58, 7A and 7F. RGB value is (88,122,127). Sum of RGB (Red+Green+Blue) = 88+122+127=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #587A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A7F is #A78580. Grayscale: #707070. Windows color (decimal): -10978689 or 8354392. OLE color: 8354392.
HSL color Cylindrical-coordinate representation of color #587A7F: hue angle of 187.69º 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 #587A7F is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 122 | 127 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.50 |
| HSL | 187.69º | 0.18% | 0.42% | - |
| HSV(B) | 187.69º | 0.31% | 0.5% | - |
| XYZ | 14.81 | 17.53 | 22.68 | - |
| YUV | 112.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 127 | 0.31 | 0.04 | 0 | 0.50 | 187.69 | 0.18 | 0.42 |
| Hex | 58 | 7A | 7F | 1F | 4 | 0 | 32 | BC | 12 | 2A |
| Octal | 130 | 172 | 177 | 37 | 4 | 0 | 62 | 274 | 22 | 52 |
| Binary | 1011000 | 1111010 | 1111111 | 11111 | 100 | 0 | 110010 | 10111100 | 10010 | 101010 |
Color Harmonies of #587A7F
Complementary color
Monochromatic Colors of #587A7F
Black with #587A7F
Text Example
Text Example
White with #587A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A7F; }
p { color: rgb(88,122,127); }
H1.HeaderClassName
{
color: #587A7F;
}
.AnyTagClassName
{
color: #587A7F;
}
</style>
background-color css
<style>
a { background-color: #587A7F; }
a { background-color: rgb(88,122,127); }
div.DivClassName
{
background-color: #587A7F;
}
.BgClassName
{
background-color: #587A7F;
}
</style>
border-color css
<style>
span { border-color: #587A7F; }
span { border-color: rgb(88,122,127); }
td.TdClassName
{
border-color: #587A7F;
}
.TagClassName
{
border-color: #587A7F;
}
</style>