Shades of Blue Bayoux #587D83
Tints of Blue Bayoux #587D83
RGB
CMYK
RGB Variations
Color information
#587D83 (or 0x587D83) is known color: Blue Bayoux. HEX triplet: 58, 7D and 83. RGB value is (88,125,131). Sum of RGB (Red+Green+Blue) = 88+125+131=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #587D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D83 is #A7827C. Grayscale: #727272. Windows color (decimal): -10977917 or 8617304. OLE color: 8617304.
HSL color Cylindrical-coordinate representation of color #587D83: hue angle of 188.37º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587D83 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 125 | 131 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.49 |
| HSL | 188.37º | 0.2% | 0.43% | - |
| HSV(B) | 188.37º | 0.33% | 0.51% | - |
| XYZ | 15.45 | 18.38 | 24.21 | - |
| YUV | 114.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 131 | 0.33 | 0.05 | 0 | 0.49 | 188.37 | 0.2 | 0.43 |
| Hex | 58 | 7D | 83 | 21 | 5 | 0 | 31 | BC | 14 | 2B |
| Octal | 130 | 175 | 203 | 41 | 5 | 0 | 61 | 274 | 24 | 53 |
| Binary | 1011000 | 1111101 | 10000011 | 100001 | 101 | 0 | 110001 | 10111100 | 10100 | 101011 |
Color Harmonies of #587D83
Complementary color
Monochromatic Colors of #587D83
Black with #587D83
Text Example
Text Example
White with #587D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D83; }
p { color: rgb(88,125,131); }
H1.HeaderClassName
{
color: #587D83;
}
.AnyTagClassName
{
color: #587D83;
}
</style>
background-color css
<style>
a { background-color: #587D83; }
a { background-color: rgb(88,125,131); }
div.DivClassName
{
background-color: #587D83;
}
.BgClassName
{
background-color: #587D83;
}
</style>
border-color css
<style>
span { border-color: #587D83; }
span { border-color: rgb(88,125,131); }
td.TdClassName
{
border-color: #587D83;
}
.TagClassName
{
border-color: #587D83;
}
</style>