Shades of Blue Bayoux #5C7384
Tints of Blue Bayoux #5C7384
RGB
CMYK
RGB Variations
Color information
#5C7384 (or 0x5C7384) is known color: Blue Bayoux. HEX triplet: 5C, 73 and 84. RGB value is (92,115,132). Sum of RGB (Red+Green+Blue) = 92+115+132=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7384 is #A38C7B. Grayscale: #6D6D6D. Windows color (decimal): -10718332 or 8680284. OLE color: 8680284.
HSL color Cylindrical-coordinate representation of color #5C7384: hue angle of 205.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C7384 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 115 | 132 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.48 |
| HSL | 205.5º | 0.18% | 0.44% | - |
| HSV(B) | 205.5º | 0.3% | 0.52% | - |
| XYZ | 14.71 | 16.2 | 24.18 | - |
| YUV | 110.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 132 | 0.30 | 0.13 | 0 | 0.48 | 205.5 | 0.18 | 0.44 |
| Hex | 5C | 73 | 84 | 1E | D | 0 | 30 | CE | 12 | 2C |
| Octal | 134 | 163 | 204 | 36 | 15 | 0 | 60 | 316 | 22 | 54 |
| Binary | 1011100 | 1110011 | 10000100 | 11110 | 1101 | 0 | 110000 | 11001110 | 10010 | 101100 |
Color Harmonies of #5C7384
Complementary color
Monochromatic Colors of #5C7384
Black with #5C7384
Text Example
Text Example
White with #5C7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7384; }
p { color: rgb(92,115,132); }
H1.HeaderClassName
{
color: #5C7384;
}
.AnyTagClassName
{
color: #5C7384;
}
</style>
background-color css
<style>
a { background-color: #5C7384; }
a { background-color: rgb(92,115,132); }
div.DivClassName
{
background-color: #5C7384;
}
.BgClassName
{
background-color: #5C7384;
}
</style>
border-color css
<style>
span { border-color: #5C7384; }
span { border-color: rgb(92,115,132); }
td.TdClassName
{
border-color: #5C7384;
}
.TagClassName
{
border-color: #5C7384;
}
</style>