Shades of Blue Bayoux #5C767A
Tints of Blue Bayoux #5C767A
RGB
CMYK
RGB Variations
Color information
#5C767A (or 0x5C767A) is known color: Blue Bayoux. HEX triplet: 5C, 76 and 7A. RGB value is (92,118,122). Sum of RGB (Red+Green+Blue) = 92+118+122=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C767A is #A38985. Grayscale: #6E6E6E. Windows color (decimal): -10717574 or 8025692. OLE color: 8025692.
HSL color Cylindrical-coordinate representation of color #5C767A: hue angle of 188º 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 #5C767A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 118 | 122 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.52 |
| HSL | 188º | 0.14% | 0.42% | - |
| HSV(B) | 188º | 0.25% | 0.48% | - |
| XYZ | 14.4 | 16.64 | 20.86 | - |
| YUV | 110.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 122 | 0.25 | 0.03 | 0 | 0.52 | 188 | 0.14 | 0.42 |
| Hex | 5C | 76 | 7A | 19 | 3 | 0 | 34 | BC | E | 2A |
| Octal | 134 | 166 | 172 | 31 | 3 | 0 | 64 | 274 | 16 | 52 |
| Binary | 1011100 | 1110110 | 1111010 | 11001 | 11 | 0 | 110100 | 10111100 | 1110 | 101010 |
Color Harmonies of #5C767A
Complementary color
Monochromatic Colors of #5C767A
Black with #5C767A
Text Example
Text Example
White with #5C767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C767A; }
p { color: rgb(92,118,122); }
H1.HeaderClassName
{
color: #5C767A;
}
.AnyTagClassName
{
color: #5C767A;
}
</style>
background-color css
<style>
a { background-color: #5C767A; }
a { background-color: rgb(92,118,122); }
div.DivClassName
{
background-color: #5C767A;
}
.BgClassName
{
background-color: #5C767A;
}
</style>
border-color css
<style>
span { border-color: #5C767A; }
span { border-color: rgb(92,118,122); }
td.TdClassName
{
border-color: #5C767A;
}
.TagClassName
{
border-color: #5C767A;
}
</style>