Shades of Blue Bayoux #587A84
Tints of Blue Bayoux #587A84
RGB
CMYK
RGB Variations
Color information
#587A84 (or 0x587A84) is known color: Blue Bayoux. HEX triplet: 58, 7A and 84. RGB value is (88,122,132). Sum of RGB (Red+Green+Blue) = 88+122+132=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #587A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A84 is #A7857B. Grayscale: #707070. Windows color (decimal): -10978684 or 8682072. OLE color: 8682072.
HSL color Cylindrical-coordinate representation of color #587A84: hue angle of 193.64º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587A84 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 122 | 132 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.48 |
| HSL | 193.64º | 0.2% | 0.43% | - |
| HSV(B) | 193.64º | 0.33% | 0.52% | - |
| XYZ | 15.15 | 17.66 | 24.44 | - |
| YUV | 112.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 132 | 0.33 | 0.08 | 0 | 0.48 | 193.64 | 0.2 | 0.43 |
| Hex | 58 | 7A | 84 | 21 | 8 | 0 | 30 | C2 | 14 | 2B |
| Octal | 130 | 172 | 204 | 41 | 10 | 0 | 60 | 302 | 24 | 53 |
| Binary | 1011000 | 1111010 | 10000100 | 100001 | 1000 | 0 | 110000 | 11000010 | 10100 | 101011 |
Color Harmonies of #587A84
Complementary color
Monochromatic Colors of #587A84
Black with #587A84
Text Example
Text Example
White with #587A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A84; }
p { color: rgb(88,122,132); }
H1.HeaderClassName
{
color: #587A84;
}
.AnyTagClassName
{
color: #587A84;
}
</style>
background-color css
<style>
a { background-color: #587A84; }
a { background-color: rgb(88,122,132); }
div.DivClassName
{
background-color: #587A84;
}
.BgClassName
{
background-color: #587A84;
}
</style>
border-color css
<style>
span { border-color: #587A84; }
span { border-color: rgb(88,122,132); }
td.TdClassName
{
border-color: #587A84;
}
.TagClassName
{
border-color: #587A84;
}
</style>