Shades of Blue Bayoux #5E757B
Tints of Blue Bayoux #5E757B
RGB
CMYK
RGB Variations
Color information
#5E757B (or 0x5E757B) is known color: Blue Bayoux. HEX triplet: 5E, 75 and 7B. RGB value is (94,117,123). Sum of RGB (Red+Green+Blue) = 94+117+123=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E757B is #A18A84. Grayscale: #6E6E6E. Windows color (decimal): -10586757 or 8090974. OLE color: 8090974.
HSL color Cylindrical-coordinate representation of color #5E757B: hue angle of 192.41º 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 #5E757B is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 117 | 123 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.52 |
| HSL | 192.41º | 0.13% | 0.43% | - |
| HSV(B) | 192.41º | 0.24% | 0.48% | - |
| XYZ | 14.55 | 16.53 | 21.16 | - |
| YUV | 110.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 123 | 0.24 | 0.05 | 0 | 0.52 | 192.41 | 0.13 | 0.43 |
| Hex | 5E | 75 | 7B | 18 | 5 | 0 | 34 | C0 | D | 2B |
| Octal | 136 | 165 | 173 | 30 | 5 | 0 | 64 | 300 | 15 | 53 |
| Binary | 1011110 | 1110101 | 1111011 | 11000 | 101 | 0 | 110100 | 11000000 | 1101 | 101011 |
Color Harmonies of #5E757B
Complementary color
Monochromatic Colors of #5E757B
Black with #5E757B
Text Example
Text Example
White with #5E757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E757B; }
p { color: rgb(94,117,123); }
H1.HeaderClassName
{
color: #5E757B;
}
.AnyTagClassName
{
color: #5E757B;
}
</style>
background-color css
<style>
a { background-color: #5E757B; }
a { background-color: rgb(94,117,123); }
div.DivClassName
{
background-color: #5E757B;
}
.BgClassName
{
background-color: #5E757B;
}
</style>
border-color css
<style>
span { border-color: #5E757B; }
span { border-color: rgb(94,117,123); }
td.TdClassName
{
border-color: #5E757B;
}
.TagClassName
{
border-color: #5E757B;
}
</style>