Shades of Blue Bayoux #5D7682
Tints of Blue Bayoux #5D7682
RGB
CMYK
RGB Variations
Color information
#5D7682 (or 0x5D7682) is known color: Blue Bayoux. HEX triplet: 5D, 76 and 82. RGB value is (93,118,130). Sum of RGB (Red+Green+Blue) = 93+118+130=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7682 is #A2897D. Grayscale: #6F6F6F. Windows color (decimal): -10652030 or 8549981. OLE color: 8549981.
HSL color Cylindrical-coordinate representation of color #5D7682: hue angle of 199.46º 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 #5D7682 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 118 | 130 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.49 |
| HSL | 199.46º | 0.17% | 0.44% | - |
| HSV(B) | 199.46º | 0.28% | 0.51% | - |
| XYZ | 15.02 | 16.9 | 23.59 | - |
| YUV | 111.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 130 | 0.28 | 0.09 | 0 | 0.49 | 199.46 | 0.17 | 0.44 |
| Hex | 5D | 76 | 82 | 1C | 9 | 0 | 31 | C7 | 11 | 2C |
| Octal | 135 | 166 | 202 | 34 | 11 | 0 | 61 | 307 | 21 | 54 |
| Binary | 1011101 | 1110110 | 10000010 | 11100 | 1001 | 0 | 110001 | 11000111 | 10001 | 101100 |
Color Harmonies of #5D7682
Complementary color
Monochromatic Colors of #5D7682
Black with #5D7682
Text Example
Text Example
White with #5D7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7682; }
p { color: rgb(93,118,130); }
H1.HeaderClassName
{
color: #5D7682;
}
.AnyTagClassName
{
color: #5D7682;
}
</style>
background-color css
<style>
a { background-color: #5D7682; }
a { background-color: rgb(93,118,130); }
div.DivClassName
{
background-color: #5D7682;
}
.BgClassName
{
background-color: #5D7682;
}
</style>
border-color css
<style>
span { border-color: #5D7682; }
span { border-color: rgb(93,118,130); }
td.TdClassName
{
border-color: #5D7682;
}
.TagClassName
{
border-color: #5D7682;
}
</style>