Shades of Blue Bayoux #5E717B
Tints of Blue Bayoux #5E717B
RGB
CMYK
RGB Variations
Color information
#5E717B (or 0x5E717B) is known color: Blue Bayoux. HEX triplet: 5E, 71 and 7B. RGB value is (94,113,123). Sum of RGB (Red+Green+Blue) = 94+113+123=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E717B is #A18E84. Grayscale: #6C6C6C. Windows color (decimal): -10587781 or 8089950. OLE color: 8089950.
HSL color Cylindrical-coordinate representation of color #5E717B: hue angle of 200.69º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E717B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 94 | 113 | 123 | - |
CMYK | 0.24 | 0.08 | 0 | 0.52 |
HSL | 200.69º | 0.13% | 0.43% | - |
HSV(B) | 200.69º | 0.24% | 0.48% | - |
XYZ | 14.1 | 15.62 | 21.01 | - |
YUV | 108.46 | 136.21 | 117.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 113 | 123 | 0.24 | 0.08 | 0 | 0.52 | 200.69 | 0.13 | 0.43 |
Hex | 5E | 71 | 7B | 18 | 8 | 0 | 34 | C9 | D | 2B |
Octal | 136 | 161 | 173 | 30 | 10 | 0 | 64 | 311 | 15 | 53 |
Binary | 1011110 | 1110001 | 1111011 | 11000 | 1000 | 0 | 110100 | 11001001 | 1101 | 101011 |
Color Harmonies of #5E717B
Complementary color
Monochromatic Colors of #5E717B
Black with #5E717B
Text Example
Text Example
White with #5E717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E717B; }
p { color: rgb(94,113,123); }
H1.HeaderClassName
{
color: #5E717B;
}
.AnyTagClassName
{
color: #5E717B;
}
</style>
background-color css
<style>
a { background-color: #5E717B; }
a { background-color: rgb(94,113,123); }
div.DivClassName
{
background-color: #5E717B;
}
.BgClassName
{
background-color: #5E717B;
}
</style>
border-color css
<style>
span { border-color: #5E717B; }
span { border-color: rgb(94,113,123); }
td.TdClassName
{
border-color: #5E717B;
}
.TagClassName
{
border-color: #5E717B;
}
</style>