Shades of Blue Bayoux #587582
Tints of Blue Bayoux #587582
RGB
CMYK
RGB Variations
Color information
#587582 (or 0x587582) is known color: Blue Bayoux. HEX triplet: 58, 75 and 82. RGB value is (88,117,130). Sum of RGB (Red+Green+Blue) = 88+117+130=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #587582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587582 is #A78A7D. Grayscale: #6D6D6D. Windows color (decimal): -10979966 or 8549720. OLE color: 8549720.
HSL color Cylindrical-coordinate representation of color #587582: hue angle of 198.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #587582 is Cyan = 0.32, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 117 | 130 | - |
| CMYK | 0.32 | 0.1 | 0 | 0.49 |
| HSL | 198.57º | 0.19% | 0.43% | - |
| HSV(B) | 198.57º | 0.32% | 0.51% | - |
| XYZ | 14.42 | 16.41 | 23.53 | - |
| YUV | 109.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 130 | 0.32 | 0.1 | 0 | 0.49 | 198.57 | 0.19 | 0.43 |
| Hex | 58 | 75 | 82 | 20 | A | 0 | 31 | C7 | 13 | 2B |
| Octal | 130 | 165 | 202 | 40 | 12 | 0 | 61 | 307 | 23 | 53 |
| Binary | 1011000 | 1110101 | 10000010 | 100000 | 1010 | 0 | 110001 | 11000111 | 10011 | 101011 |
Color Harmonies of #587582
Complementary color
Monochromatic Colors of #587582
Black with #587582
Text Example
Text Example
White with #587582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587582; }
p { color: rgb(88,117,130); }
H1.HeaderClassName
{
color: #587582;
}
.AnyTagClassName
{
color: #587582;
}
</style>
background-color css
<style>
a { background-color: #587582; }
a { background-color: rgb(88,117,130); }
div.DivClassName
{
background-color: #587582;
}
.BgClassName
{
background-color: #587582;
}
</style>
border-color css
<style>
span { border-color: #587582; }
span { border-color: rgb(88,117,130); }
td.TdClassName
{
border-color: #587582;
}
.TagClassName
{
border-color: #587582;
}
</style>