Shades of Blue Bayoux #5E7478
Tints of Blue Bayoux #5E7478
RGB
CMYK
RGB Variations
Color information
#5E7478 (or 0x5E7478) is known color: Blue Bayoux. HEX triplet: 5E, 74 and 78. RGB value is (94,116,120). Sum of RGB (Red+Green+Blue) = 94+116+120=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7478 is #A18B87. Grayscale: #6D6D6D. Windows color (decimal): -10587016 or 7894110. OLE color: 7894110.
HSL color Cylindrical-coordinate representation of color #5E7478: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7478 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 94 | 116 | 120 | - |
CMYK | 0.22 | 0.03 | 0 | 0.53 |
HSL | 189.23º | 0.12% | 0.42% | - |
HSV(B) | 189.23º | 0.22% | 0.47% | - |
XYZ | 14.25 | 16.23 | 20.15 | - |
YUV | 109.88 | 133.71 | 116.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 116 | 120 | 0.22 | 0.03 | 0 | 0.53 | 189.23 | 0.12 | 0.42 |
Hex | 5E | 74 | 78 | 16 | 3 | 0 | 35 | BD | C | 2A |
Octal | 136 | 164 | 170 | 26 | 3 | 0 | 65 | 275 | 14 | 52 |
Binary | 1011110 | 1110100 | 1111000 | 10110 | 11 | 0 | 110101 | 10111101 | 1100 | 101010 |
Color Harmonies of #5E7478
Complementary color
Monochromatic Colors of #5E7478
Black with #5E7478
Text Example
Text Example
White with #5E7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7478; }
p { color: rgb(94,116,120); }
H1.HeaderClassName
{
color: #5E7478;
}
.AnyTagClassName
{
color: #5E7478;
}
</style>
background-color css
<style>
a { background-color: #5E7478; }
a { background-color: rgb(94,116,120); }
div.DivClassName
{
background-color: #5E7478;
}
.BgClassName
{
background-color: #5E7478;
}
</style>
border-color css
<style>
span { border-color: #5E7478; }
span { border-color: rgb(94,116,120); }
td.TdClassName
{
border-color: #5E7478;
}
.TagClassName
{
border-color: #5E7478;
}
</style>