Shades of Blue Bayoux #5C727C
Tints of Blue Bayoux #5C727C
RGB
CMYK
RGB Variations
Color information
#5C727C (or 0x5C727C) is known color: Blue Bayoux. HEX triplet: 5C, 72 and 7C. RGB value is (92,114,124). Sum of RGB (Red+Green+Blue) = 92+114+124=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C727C is #A38D83. Grayscale: #6C6C6C. Windows color (decimal): -10718596 or 8155740. OLE color: 8155740.
HSL color Cylindrical-coordinate representation of color #5C727C: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C727C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 114 | 124 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.51 |
| HSL | 198.75º | 0.15% | 0.42% | - |
| HSV(B) | 198.75º | 0.26% | 0.49% | - |
| XYZ | 14.07 | 15.77 | 21.37 | - |
| YUV | 108.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 124 | 0.26 | 0.08 | 0 | 0.51 | 198.75 | 0.15 | 0.42 |
| Hex | 5C | 72 | 7C | 1A | 8 | 0 | 33 | C7 | F | 2A |
| Octal | 134 | 162 | 174 | 32 | 10 | 0 | 63 | 307 | 17 | 52 |
| Binary | 1011100 | 1110010 | 1111100 | 11010 | 1000 | 0 | 110011 | 11000111 | 1111 | 101010 |
Color Harmonies of #5C727C
Complementary color
Monochromatic Colors of #5C727C
Black with #5C727C
Text Example
Text Example
White with #5C727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C727C; }
p { color: rgb(92,114,124); }
H1.HeaderClassName
{
color: #5C727C;
}
.AnyTagClassName
{
color: #5C727C;
}
</style>
background-color css
<style>
a { background-color: #5C727C; }
a { background-color: rgb(92,114,124); }
div.DivClassName
{
background-color: #5C727C;
}
.BgClassName
{
background-color: #5C727C;
}
</style>
border-color css
<style>
span { border-color: #5C727C; }
span { border-color: rgb(92,114,124); }
td.TdClassName
{
border-color: #5C727C;
}
.TagClassName
{
border-color: #5C727C;
}
</style>