Shades of Blue Bayoux #5D797F
Tints of Blue Bayoux #5D797F
RGB
CMYK
RGB Variations
Color information
#5D797F (or 0x5D797F) is known color: Blue Bayoux. HEX triplet: 5D, 79 and 7F. RGB value is (93,121,127). Sum of RGB (Red+Green+Blue) = 93+121+127=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D797F is #A28680. Grayscale: #717171. Windows color (decimal): -10651265 or 8354141. OLE color: 8354141.
HSL color Cylindrical-coordinate representation of color #5D797F: hue angle of 190.59º 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 #5D797F is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 121 | 127 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.50 |
| HSL | 190.59º | 0.15% | 0.43% | - |
| HSV(B) | 190.59º | 0.27% | 0.5% | - |
| XYZ | 15.18 | 17.53 | 22.66 | - |
| YUV | 113.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 127 | 0.27 | 0.05 | 0 | 0.50 | 190.59 | 0.15 | 0.43 |
| Hex | 5D | 79 | 7F | 1B | 5 | 0 | 32 | BF | F | 2B |
| Octal | 135 | 171 | 177 | 33 | 5 | 0 | 62 | 277 | 17 | 53 |
| Binary | 1011101 | 1111001 | 1111111 | 11011 | 101 | 0 | 110010 | 10111111 | 1111 | 101011 |
Color Harmonies of #5D797F
Complementary color
Monochromatic Colors of #5D797F
Black with #5D797F
Text Example
Text Example
White with #5D797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D797F; }
p { color: rgb(93,121,127); }
H1.HeaderClassName
{
color: #5D797F;
}
.AnyTagClassName
{
color: #5D797F;
}
</style>
background-color css
<style>
a { background-color: #5D797F; }
a { background-color: rgb(93,121,127); }
div.DivClassName
{
background-color: #5D797F;
}
.BgClassName
{
background-color: #5D797F;
}
</style>
border-color css
<style>
span { border-color: #5D797F; }
span { border-color: rgb(93,121,127); }
td.TdClassName
{
border-color: #5D797F;
}
.TagClassName
{
border-color: #5D797F;
}
</style>