Shades of Blue Bayoux #5C717A
Tints of Blue Bayoux #5C717A
RGB
CMYK
RGB Variations
Color information
#5C717A (or 0x5C717A) is known color: Blue Bayoux. HEX triplet: 5C, 71 and 7A. RGB value is (92,113,122). Sum of RGB (Red+Green+Blue) = 92+113+122=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C717A is #A38E85. Grayscale: #6B6B6B. Windows color (decimal): -10718854 or 8024412. OLE color: 8024412.
HSL color Cylindrical-coordinate representation of color #5C717A: hue angle of 198º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C717A is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 113 | 122 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.52 |
| HSL | 198º | 0.14% | 0.42% | - |
| HSV(B) | 198º | 0.25% | 0.48% | - |
| XYZ | 13.83 | 15.49 | 20.67 | - |
| YUV | 107.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 122 | 0.25 | 0.07 | 0 | 0.52 | 198 | 0.14 | 0.42 |
| Hex | 5C | 71 | 7A | 19 | 7 | 0 | 34 | C6 | E | 2A |
| Octal | 134 | 161 | 172 | 31 | 7 | 0 | 64 | 306 | 16 | 52 |
| Binary | 1011100 | 1110001 | 1111010 | 11001 | 111 | 0 | 110100 | 11000110 | 1110 | 101010 |
Color Harmonies of #5C717A
Complementary color
Monochromatic Colors of #5C717A
Black with #5C717A
Text Example
Text Example
White with #5C717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C717A; }
p { color: rgb(92,113,122); }
H1.HeaderClassName
{
color: #5C717A;
}
.AnyTagClassName
{
color: #5C717A;
}
</style>
background-color css
<style>
a { background-color: #5C717A; }
a { background-color: rgb(92,113,122); }
div.DivClassName
{
background-color: #5C717A;
}
.BgClassName
{
background-color: #5C717A;
}
</style>
border-color css
<style>
span { border-color: #5C717A; }
span { border-color: rgb(92,113,122); }
td.TdClassName
{
border-color: #5C717A;
}
.TagClassName
{
border-color: #5C717A;
}
</style>