Shades of Blue Bayoux #587580
Tints of Blue Bayoux #587580
RGB
CMYK
RGB Variations
Color information
#587580 (or 0x587580) is known color: Blue Bayoux. HEX triplet: 58, 75 and 80. RGB value is (88,117,128). Sum of RGB (Red+Green+Blue) = 88+117+128=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 128 - color contains mainly: blue. Hex color #587580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587580 is #A78A7F. Grayscale: #6D6D6D. Windows color (decimal): -10979968 or 8418648. OLE color: 8418648.
HSL color Cylindrical-coordinate representation of color #587580: hue angle of 196.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 #587580 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 117 | 128 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.50 |
| HSL | 196.5º | 0.19% | 0.42% | - |
| HSV(B) | 196.5º | 0.31% | 0.5% | - |
| XYZ | 14.28 | 16.36 | 22.83 | - |
| YUV | 109.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 128 | 0.31 | 0.09 | 0 | 0.50 | 196.5 | 0.19 | 0.42 |
| Hex | 58 | 75 | 80 | 1F | 9 | 0 | 32 | C4 | 13 | 2A |
| Octal | 130 | 165 | 200 | 37 | 11 | 0 | 62 | 304 | 23 | 52 |
| Binary | 1011000 | 1110101 | 10000000 | 11111 | 1001 | 0 | 110010 | 11000100 | 10011 | 101010 |
Color Harmonies of #587580
Complementary color
Monochromatic Colors of #587580
Black with #587580
Text Example
Text Example
White with #587580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587580; }
p { color: rgb(88,117,128); }
H1.HeaderClassName
{
color: #587580;
}
.AnyTagClassName
{
color: #587580;
}
</style>
background-color css
<style>
a { background-color: #587580; }
a { background-color: rgb(88,117,128); }
div.DivClassName
{
background-color: #587580;
}
.BgClassName
{
background-color: #587580;
}
</style>
border-color css
<style>
span { border-color: #587580; }
span { border-color: rgb(88,117,128); }
td.TdClassName
{
border-color: #587580;
}
.TagClassName
{
border-color: #587580;
}
</style>