Shades of Blue Bayoux #5D7684
Tints of Blue Bayoux #5D7684
RGB
CMYK
RGB Variations
Color information
#5D7684 (or 0x5D7684) is known color: Blue Bayoux. HEX triplet: 5D, 76 and 84. RGB value is (93,118,132). Sum of RGB (Red+Green+Blue) = 93+118+132=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D7684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7684 is #A2897B. Grayscale: #707070. Windows color (decimal): -10652028 or 8681053. OLE color: 8681053.
HSL color Cylindrical-coordinate representation of color #5D7684: hue angle of 201.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7684 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 118 | 132 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.48 |
| HSL | 201.54º | 0.17% | 0.44% | - |
| HSV(B) | 201.54º | 0.3% | 0.52% | - |
| XYZ | 15.16 | 16.95 | 24.3 | - |
| YUV | 112.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 132 | 0.30 | 0.11 | 0 | 0.48 | 201.54 | 0.17 | 0.44 |
| Hex | 5D | 76 | 84 | 1E | B | 0 | 30 | CA | 11 | 2C |
| Octal | 135 | 166 | 204 | 36 | 13 | 0 | 60 | 312 | 21 | 54 |
| Binary | 1011101 | 1110110 | 10000100 | 11110 | 1011 | 0 | 110000 | 11001010 | 10001 | 101100 |
Color Harmonies of #5D7684
Complementary color
Monochromatic Colors of #5D7684
Black with #5D7684
Text Example
Text Example
White with #5D7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7684; }
p { color: rgb(93,118,132); }
H1.HeaderClassName
{
color: #5D7684;
}
.AnyTagClassName
{
color: #5D7684;
}
</style>
background-color css
<style>
a { background-color: #5D7684; }
a { background-color: rgb(93,118,132); }
div.DivClassName
{
background-color: #5D7684;
}
.BgClassName
{
background-color: #5D7684;
}
</style>
border-color css
<style>
span { border-color: #5D7684; }
span { border-color: rgb(93,118,132); }
td.TdClassName
{
border-color: #5D7684;
}
.TagClassName
{
border-color: #5D7684;
}
</style>