Shades of Blue Bayoux #5D7382
Tints of Blue Bayoux #5D7382
RGB
CMYK
RGB Variations
Color information
#5D7382 (or 0x5D7382) is known color: Blue Bayoux. HEX triplet: 5D, 73 and 82. RGB value is (93,115,130). Sum of RGB (Red+Green+Blue) = 93+115+130=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D7382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7382 is #A28C7D. Grayscale: #6E6E6E. Windows color (decimal): -10652798 or 8549213. OLE color: 8549213.
HSL color Cylindrical-coordinate representation of color #5D7382: hue angle of 204.32º 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 #5D7382 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 115 | 130 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.49 |
| HSL | 204.32º | 0.17% | 0.44% | - |
| HSV(B) | 204.32º | 0.28% | 0.51% | - |
| XYZ | 14.67 | 16.2 | 23.47 | - |
| YUV | 110.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 130 | 0.28 | 0.12 | 0 | 0.49 | 204.32 | 0.17 | 0.44 |
| Hex | 5D | 73 | 82 | 1C | C | 0 | 31 | CC | 11 | 2C |
| Octal | 135 | 163 | 202 | 34 | 14 | 0 | 61 | 314 | 21 | 54 |
| Binary | 1011101 | 1110011 | 10000010 | 11100 | 1100 | 0 | 110001 | 11001100 | 10001 | 101100 |
Color Harmonies of #5D7382
Complementary color
Monochromatic Colors of #5D7382
Black with #5D7382
Text Example
Text Example
White with #5D7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7382; }
p { color: rgb(93,115,130); }
H1.HeaderClassName
{
color: #5D7382;
}
.AnyTagClassName
{
color: #5D7382;
}
</style>
background-color css
<style>
a { background-color: #5D7382; }
a { background-color: rgb(93,115,130); }
div.DivClassName
{
background-color: #5D7382;
}
.BgClassName
{
background-color: #5D7382;
}
</style>
border-color css
<style>
span { border-color: #5D7382; }
span { border-color: rgb(93,115,130); }
td.TdClassName
{
border-color: #5D7382;
}
.TagClassName
{
border-color: #5D7382;
}
</style>