Shades of Blue Bayoux #5C7478
Tints of Blue Bayoux #5C7478
RGB
CMYK
RGB Variations
Color information
#5C7478 (or 0x5C7478) is known color: Blue Bayoux. HEX triplet: 5C, 74 and 78. RGB value is (92,116,120). Sum of RGB (Red+Green+Blue) = 92+116+120=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7478 is #A38B87. Grayscale: #6D6D6D. Windows color (decimal): -10718088 or 7894108. OLE color: 7894108.
HSL color Cylindrical-coordinate representation of color #5C7478: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7478 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 116 | 120 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.53 |
| HSL | 188.57º | 0.13% | 0.42% | - |
| HSV(B) | 188.57º | 0.23% | 0.47% | - |
| XYZ | 14.05 | 16.12 | 20.14 | - |
| YUV | 109.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 120 | 0.23 | 0.03 | 0 | 0.53 | 188.57 | 0.13 | 0.42 |
| Hex | 5C | 74 | 78 | 17 | 3 | 0 | 35 | BD | D | 2A |
| Octal | 134 | 164 | 170 | 27 | 3 | 0 | 65 | 275 | 15 | 52 |
| Binary | 1011100 | 1110100 | 1111000 | 10111 | 11 | 0 | 110101 | 10111101 | 1101 | 101010 |
Color Harmonies of #5C7478
Complementary color
Monochromatic Colors of #5C7478
Black with #5C7478
Text Example
Text Example
White with #5C7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7478; }
p { color: rgb(92,116,120); }
H1.HeaderClassName
{
color: #5C7478;
}
.AnyTagClassName
{
color: #5C7478;
}
</style>
background-color css
<style>
a { background-color: #5C7478; }
a { background-color: rgb(92,116,120); }
div.DivClassName
{
background-color: #5C7478;
}
.BgClassName
{
background-color: #5C7478;
}
</style>
border-color css
<style>
span { border-color: #5C7478; }
span { border-color: rgb(92,116,120); }
td.TdClassName
{
border-color: #5C7478;
}
.TagClassName
{
border-color: #5C7478;
}
</style>