Shades of Blue Bayoux #5C727F
Tints of Blue Bayoux #5C727F
RGB
CMYK
RGB Variations
Color information
#5C727F (or 0x5C727F) is known color: Blue Bayoux. HEX triplet: 5C, 72 and 7F. RGB value is (92,114,127). Sum of RGB (Red+Green+Blue) = 92+114+127=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C727F is #A38D80. Grayscale: #6C6C6C. Windows color (decimal): -10718593 or 8352348. OLE color: 8352348.
HSL color Cylindrical-coordinate representation of color #5C727F: hue angle of 202.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C727F is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 114 | 127 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.50 |
| HSL | 202.29º | 0.16% | 0.43% | - |
| HSV(B) | 202.29º | 0.28% | 0.5% | - |
| XYZ | 14.26 | 15.84 | 22.38 | - |
| YUV | 108.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 127 | 0.28 | 0.10 | 0 | 0.50 | 202.29 | 0.16 | 0.43 |
| Hex | 5C | 72 | 7F | 1C | A | 0 | 32 | CA | 10 | 2B |
| Octal | 134 | 162 | 177 | 34 | 12 | 0 | 62 | 312 | 20 | 53 |
| Binary | 1011100 | 1110010 | 1111111 | 11100 | 1010 | 0 | 110010 | 11001010 | 10000 | 101011 |
Color Harmonies of #5C727F
Complementary color
Monochromatic Colors of #5C727F
Black with #5C727F
Text Example
Text Example
White with #5C727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C727F; }
p { color: rgb(92,114,127); }
H1.HeaderClassName
{
color: #5C727F;
}
.AnyTagClassName
{
color: #5C727F;
}
</style>
background-color css
<style>
a { background-color: #5C727F; }
a { background-color: rgb(92,114,127); }
div.DivClassName
{
background-color: #5C727F;
}
.BgClassName
{
background-color: #5C727F;
}
</style>
border-color css
<style>
span { border-color: #5C727F; }
span { border-color: rgb(92,114,127); }
td.TdClassName
{
border-color: #5C727F;
}
.TagClassName
{
border-color: #5C727F;
}
</style>