Shades of Blue Bayoux #5D707F
Tints of Blue Bayoux #5D707F
RGB
CMYK
RGB Variations
Color information
#5D707F (or 0x5D707F) is known color: Blue Bayoux. HEX triplet: 5D, 70 and 7F. RGB value is (93,112,127). Sum of RGB (Red+Green+Blue) = 93+112+127=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D707F is #A28F80. Grayscale: #6B6B6B. Windows color (decimal): -10653569 or 8351837. OLE color: 8351837.
HSL color Cylindrical-coordinate representation of color #5D707F: hue angle of 206.47º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D707F is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 112 | 127 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.50 |
| HSL | 206.47º | 0.15% | 0.43% | - |
| HSV(B) | 206.47º | 0.27% | 0.5% | - |
| XYZ | 14.14 | 15.45 | 22.32 | - |
| YUV | 108.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 127 | 0.27 | 0.12 | 0 | 0.50 | 206.47 | 0.15 | 0.43 |
| Hex | 5D | 70 | 7F | 1B | C | 0 | 32 | CE | F | 2B |
| Octal | 135 | 160 | 177 | 33 | 14 | 0 | 62 | 316 | 17 | 53 |
| Binary | 1011101 | 1110000 | 1111111 | 11011 | 1100 | 0 | 110010 | 11001110 | 1111 | 101011 |
Color Harmonies of #5D707F
Complementary color
Monochromatic Colors of #5D707F
Black with #5D707F
Text Example
Text Example
White with #5D707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D707F; }
p { color: rgb(93,112,127); }
H1.HeaderClassName
{
color: #5D707F;
}
.AnyTagClassName
{
color: #5D707F;
}
</style>
background-color css
<style>
a { background-color: #5D707F; }
a { background-color: rgb(93,112,127); }
div.DivClassName
{
background-color: #5D707F;
}
.BgClassName
{
background-color: #5D707F;
}
</style>
border-color css
<style>
span { border-color: #5D707F; }
span { border-color: rgb(93,112,127); }
td.TdClassName
{
border-color: #5D707F;
}
.TagClassName
{
border-color: #5D707F;
}
</style>