Shades of Blue Bayoux #587380
Tints of Blue Bayoux #587380
RGB
CMYK
RGB Variations
Color information
#587380 (or 0x587380) is known color: Blue Bayoux. HEX triplet: 58, 73 and 80. RGB value is (88,115,128). Sum of RGB (Red+Green+Blue) = 88+115+128=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #587380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587380 is #A78C7F. Grayscale: #6C6C6C. Windows color (decimal): -10980480 or 8418136. OLE color: 8418136.
HSL color Cylindrical-coordinate representation of color #587380: hue angle of 199.5º degrees, saturation: 0.19, 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 #587380 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 115 | 128 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.50 |
| HSL | 199.5º | 0.19% | 0.42% | - |
| HSV(B) | 199.5º | 0.31% | 0.5% | - |
| XYZ | 14.05 | 15.89 | 22.75 | - |
| YUV | 108.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 128 | 0.31 | 0.10 | 0 | 0.50 | 199.5 | 0.19 | 0.42 |
| Hex | 58 | 73 | 80 | 1F | A | 0 | 32 | C8 | 13 | 2A |
| Octal | 130 | 163 | 200 | 37 | 12 | 0 | 62 | 310 | 23 | 52 |
| Binary | 1011000 | 1110011 | 10000000 | 11111 | 1010 | 0 | 110010 | 11001000 | 10011 | 101010 |
Color Harmonies of #587380
Complementary color
Monochromatic Colors of #587380
Black with #587380
Text Example
Text Example
White with #587380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587380; }
p { color: rgb(88,115,128); }
H1.HeaderClassName
{
color: #587380;
}
.AnyTagClassName
{
color: #587380;
}
</style>
background-color css
<style>
a { background-color: #587380; }
a { background-color: rgb(88,115,128); }
div.DivClassName
{
background-color: #587380;
}
.BgClassName
{
background-color: #587380;
}
</style>
border-color css
<style>
span { border-color: #587380; }
span { border-color: rgb(88,115,128); }
td.TdClassName
{
border-color: #587380;
}
.TagClassName
{
border-color: #587380;
}
</style>