Shades of Blue Bayoux #5C757A
Tints of Blue Bayoux #5C757A
RGB
CMYK
RGB Variations
Color information
#5C757A (or 0x5C757A) is known color: Blue Bayoux. HEX triplet: 5C, 75 and 7A. RGB value is (92,117,122). Sum of RGB (Red+Green+Blue) = 92+117+122=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C757A is #A38A85. Grayscale: #6E6E6E. Windows color (decimal): -10717830 or 8025436. OLE color: 8025436.
HSL color Cylindrical-coordinate representation of color #5C757A: hue angle of 190º 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 #5C757A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 117 | 122 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.52 |
| HSL | 190º | 0.14% | 0.42% | - |
| HSV(B) | 190º | 0.25% | 0.48% | - |
| XYZ | 14.29 | 16.4 | 20.83 | - |
| YUV | 110.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 122 | 0.25 | 0.04 | 0 | 0.52 | 190 | 0.14 | 0.42 |
| Hex | 5C | 75 | 7A | 19 | 4 | 0 | 34 | BE | E | 2A |
| Octal | 134 | 165 | 172 | 31 | 4 | 0 | 64 | 276 | 16 | 52 |
| Binary | 1011100 | 1110101 | 1111010 | 11001 | 100 | 0 | 110100 | 10111110 | 1110 | 101010 |
Color Harmonies of #5C757A
Complementary color
Monochromatic Colors of #5C757A
Black with #5C757A
Text Example
Text Example
White with #5C757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C757A; }
p { color: rgb(92,117,122); }
H1.HeaderClassName
{
color: #5C757A;
}
.AnyTagClassName
{
color: #5C757A;
}
</style>
background-color css
<style>
a { background-color: #5C757A; }
a { background-color: rgb(92,117,122); }
div.DivClassName
{
background-color: #5C757A;
}
.BgClassName
{
background-color: #5C757A;
}
</style>
border-color css
<style>
span { border-color: #5C757A; }
span { border-color: rgb(92,117,122); }
td.TdClassName
{
border-color: #5C757A;
}
.TagClassName
{
border-color: #5C757A;
}
</style>