Shades of Blue Bayoux #5C777A
Tints of Blue Bayoux #5C777A
RGB
CMYK
RGB Variations
Color information
#5C777A (or 0x5C777A) is known color: Blue Bayoux. HEX triplet: 5C, 77 and 7A. RGB value is (92,119,122). Sum of RGB (Red+Green+Blue) = 92+119+122=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C777A is #A38885. Grayscale: #6F6F6F. Windows color (decimal): -10717318 or 8025948. OLE color: 8025948.
HSL color Cylindrical-coordinate representation of color #5C777A: hue angle of 186º 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 #5C777A is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 119 | 122 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.52 |
| HSL | 186º | 0.14% | 0.42% | - |
| HSV(B) | 186º | 0.25% | 0.48% | - |
| XYZ | 14.52 | 16.87 | 20.9 | - |
| YUV | 111.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 122 | 0.25 | 0.02 | 0 | 0.52 | 186 | 0.14 | 0.42 |
| Hex | 5C | 77 | 7A | 19 | 2 | 0 | 34 | BA | E | 2A |
| Octal | 134 | 167 | 172 | 31 | 2 | 0 | 64 | 272 | 16 | 52 |
| Binary | 1011100 | 1110111 | 1111010 | 11001 | 10 | 0 | 110100 | 10111010 | 1110 | 101010 |
Color Harmonies of #5C777A
Complementary color
Monochromatic Colors of #5C777A
Black with #5C777A
Text Example
Text Example
White with #5C777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C777A; }
p { color: rgb(92,119,122); }
H1.HeaderClassName
{
color: #5C777A;
}
.AnyTagClassName
{
color: #5C777A;
}
</style>
background-color css
<style>
a { background-color: #5C777A; }
a { background-color: rgb(92,119,122); }
div.DivClassName
{
background-color: #5C777A;
}
.BgClassName
{
background-color: #5C777A;
}
</style>
border-color css
<style>
span { border-color: #5C777A; }
span { border-color: rgb(92,119,122); }
td.TdClassName
{
border-color: #5C777A;
}
.TagClassName
{
border-color: #5C777A;
}
</style>