Shades of Blue Bayoux #5C747E
Tints of Blue Bayoux #5C747E
RGB
CMYK
RGB Variations
Color information
#5C747E (or 0x5C747E) is known color: Blue Bayoux. HEX triplet: 5C, 74 and 7E. RGB value is (92,116,126). Sum of RGB (Red+Green+Blue) = 92+116+126=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C747E is #A38B81. Grayscale: #6D6D6D. Windows color (decimal): -10718082 or 8287324. OLE color: 8287324.
HSL color Cylindrical-coordinate representation of color #5C747E: hue angle of 197.65º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C747E is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 116 | 126 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.51 |
| HSL | 197.65º | 0.16% | 0.43% | - |
| HSV(B) | 197.65º | 0.27% | 0.49% | - |
| XYZ | 14.42 | 16.27 | 22.12 | - |
| YUV | 109.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 126 | 0.27 | 0.08 | 0 | 0.51 | 197.65 | 0.16 | 0.43 |
| Hex | 5C | 74 | 7E | 1B | 8 | 0 | 33 | C6 | 10 | 2B |
| Octal | 134 | 164 | 176 | 33 | 10 | 0 | 63 | 306 | 20 | 53 |
| Binary | 1011100 | 1110100 | 1111110 | 11011 | 1000 | 0 | 110011 | 11000110 | 10000 | 101011 |
Color Harmonies of #5C747E
Complementary color
Monochromatic Colors of #5C747E
Black with #5C747E
Text Example
Text Example
White with #5C747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C747E; }
p { color: rgb(92,116,126); }
H1.HeaderClassName
{
color: #5C747E;
}
.AnyTagClassName
{
color: #5C747E;
}
</style>
background-color css
<style>
a { background-color: #5C747E; }
a { background-color: rgb(92,116,126); }
div.DivClassName
{
background-color: #5C747E;
}
.BgClassName
{
background-color: #5C747E;
}
</style>
border-color css
<style>
span { border-color: #5C747E; }
span { border-color: rgb(92,116,126); }
td.TdClassName
{
border-color: #5C747E;
}
.TagClassName
{
border-color: #5C747E;
}
</style>