Shades of Blue Bayoux #587785
Tints of Blue Bayoux #587785
RGB
CMYK
RGB Variations
Color information
#587785 (or 0x587785) is known color: Blue Bayoux. HEX triplet: 58, 77 and 85. RGB value is (88,119,133). Sum of RGB (Red+Green+Blue) = 88+119+133=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #587785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587785 is #A7887A. Grayscale: #6F6F6F. Windows color (decimal): -10979451 or 8746840. OLE color: 8746840.
HSL color Cylindrical-coordinate representation of color #587785: hue angle of 198.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587785 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 119 | 133 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.48 |
| HSL | 198.67º | 0.2% | 0.43% | - |
| HSV(B) | 198.67º | 0.34% | 0.52% | - |
| XYZ | 14.85 | 16.96 | 24.68 | - |
| YUV | 111.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 133 | 0.34 | 0.11 | 0 | 0.48 | 198.67 | 0.2 | 0.43 |
| Hex | 58 | 77 | 85 | 22 | B | 0 | 30 | C7 | 14 | 2B |
| Octal | 130 | 167 | 205 | 42 | 13 | 0 | 60 | 307 | 24 | 53 |
| Binary | 1011000 | 1110111 | 10000101 | 100010 | 1011 | 0 | 110000 | 11000111 | 10100 | 101011 |
Color Harmonies of #587785
Complementary color
Monochromatic Colors of #587785
Black with #587785
Text Example
Text Example
White with #587785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587785; }
p { color: rgb(88,119,133); }
H1.HeaderClassName
{
color: #587785;
}
.AnyTagClassName
{
color: #587785;
}
</style>
background-color css
<style>
a { background-color: #587785; }
a { background-color: rgb(88,119,133); }
div.DivClassName
{
background-color: #587785;
}
.BgClassName
{
background-color: #587785;
}
</style>
border-color css
<style>
span { border-color: #587785; }
span { border-color: rgb(88,119,133); }
td.TdClassName
{
border-color: #587785;
}
.TagClassName
{
border-color: #587785;
}
</style>