Shades of Blue Bayoux #5D7482
Tints of Blue Bayoux #5D7482
RGB
CMYK
RGB Variations
Color information
#5D7482 (or 0x5D7482) is known color: Blue Bayoux. HEX triplet: 5D, 74 and 82. RGB value is (93,116,130). Sum of RGB (Red+Green+Blue) = 93+116+130=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D7482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7482 is #A28B7D. Grayscale: #6E6E6E. Windows color (decimal): -10652542 or 8549469. OLE color: 8549469.
HSL color Cylindrical-coordinate representation of color #5D7482: hue angle of 202.7º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D7482 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 116 | 130 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.49 |
| HSL | 202.7º | 0.17% | 0.44% | - |
| HSV(B) | 202.7º | 0.28% | 0.51% | - |
| XYZ | 14.79 | 16.43 | 23.51 | - |
| YUV | 110.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 130 | 0.28 | 0.11 | 0 | 0.49 | 202.7 | 0.17 | 0.44 |
| Hex | 5D | 74 | 82 | 1C | B | 0 | 31 | CB | 11 | 2C |
| Octal | 135 | 164 | 202 | 34 | 13 | 0 | 61 | 313 | 21 | 54 |
| Binary | 1011101 | 1110100 | 10000010 | 11100 | 1011 | 0 | 110001 | 11001011 | 10001 | 101100 |
Color Harmonies of #5D7482
Complementary color
Monochromatic Colors of #5D7482
Black with #5D7482
Text Example
Text Example
White with #5D7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7482; }
p { color: rgb(93,116,130); }
H1.HeaderClassName
{
color: #5D7482;
}
.AnyTagClassName
{
color: #5D7482;
}
</style>
background-color css
<style>
a { background-color: #5D7482; }
a { background-color: rgb(93,116,130); }
div.DivClassName
{
background-color: #5D7482;
}
.BgClassName
{
background-color: #5D7482;
}
</style>
border-color css
<style>
span { border-color: #5D7482; }
span { border-color: rgb(93,116,130); }
td.TdClassName
{
border-color: #5D7482;
}
.TagClassName
{
border-color: #5D7482;
}
</style>