Shades of Blue Bayoux #587585
Tints of Blue Bayoux #587585
RGB
CMYK
RGB Variations
Color information
#587585 (or 0x587585) is known color: Blue Bayoux. HEX triplet: 58, 75 and 85. RGB value is (88,117,133). Sum of RGB (Red+Green+Blue) = 88+117+133=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #587585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587585 is #A78A7A. Grayscale: #6E6E6E. Windows color (decimal): -10979963 or 8746328. OLE color: 8746328.
HSL color Cylindrical-coordinate representation of color #587585: hue angle of 201.33º 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 #587585 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 117 | 133 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.48 |
| HSL | 201.33º | 0.2% | 0.43% | - |
| HSV(B) | 201.33º | 0.34% | 0.52% | - |
| XYZ | 14.62 | 16.49 | 24.6 | - |
| YUV | 110.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 133 | 0.34 | 0.12 | 0 | 0.48 | 201.33 | 0.2 | 0.43 |
| Hex | 58 | 75 | 85 | 22 | C | 0 | 30 | C9 | 14 | 2B |
| Octal | 130 | 165 | 205 | 42 | 14 | 0 | 60 | 311 | 24 | 53 |
| Binary | 1011000 | 1110101 | 10000101 | 100010 | 1100 | 0 | 110000 | 11001001 | 10100 | 101011 |
Color Harmonies of #587585
Complementary color
Monochromatic Colors of #587585
Black with #587585
Text Example
Text Example
White with #587585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587585; }
p { color: rgb(88,117,133); }
H1.HeaderClassName
{
color: #587585;
}
.AnyTagClassName
{
color: #587585;
}
</style>
background-color css
<style>
a { background-color: #587585; }
a { background-color: rgb(88,117,133); }
div.DivClassName
{
background-color: #587585;
}
.BgClassName
{
background-color: #587585;
}
</style>
border-color css
<style>
span { border-color: #587585; }
span { border-color: rgb(88,117,133); }
td.TdClassName
{
border-color: #587585;
}
.TagClassName
{
border-color: #587585;
}
</style>