Shades of Blue Bayoux #5C7484
Tints of Blue Bayoux #5C7484
RGB
CMYK
RGB Variations
Color information
#5C7484 (or 0x5C7484) is known color: Blue Bayoux. HEX triplet: 5C, 74 and 84. RGB value is (92,116,132). Sum of RGB (Red+Green+Blue) = 92+116+132=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7484 is #A38B7B. Grayscale: #6E6E6E. Windows color (decimal): -10718076 or 8680540. OLE color: 8680540.
HSL color Cylindrical-coordinate representation of color #5C7484: hue angle of 204º 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 #5C7484 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 116 | 132 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.48 |
| HSL | 204º | 0.18% | 0.44% | - |
| HSV(B) | 204º | 0.3% | 0.52% | - |
| XYZ | 14.82 | 16.43 | 24.22 | - |
| YUV | 110.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 132 | 0.30 | 0.12 | 0 | 0.48 | 204 | 0.18 | 0.44 |
| Hex | 5C | 74 | 84 | 1E | C | 0 | 30 | CC | 12 | 2C |
| Octal | 134 | 164 | 204 | 36 | 14 | 0 | 60 | 314 | 22 | 54 |
| Binary | 1011100 | 1110100 | 10000100 | 11110 | 1100 | 0 | 110000 | 11001100 | 10010 | 101100 |
Color Harmonies of #5C7484
Complementary color
Monochromatic Colors of #5C7484
Black with #5C7484
Text Example
Text Example
White with #5C7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7484; }
p { color: rgb(92,116,132); }
H1.HeaderClassName
{
color: #5C7484;
}
.AnyTagClassName
{
color: #5C7484;
}
</style>
background-color css
<style>
a { background-color: #5C7484; }
a { background-color: rgb(92,116,132); }
div.DivClassName
{
background-color: #5C7484;
}
.BgClassName
{
background-color: #5C7484;
}
</style>
border-color css
<style>
span { border-color: #5C7484; }
span { border-color: rgb(92,116,132); }
td.TdClassName
{
border-color: #5C7484;
}
.TagClassName
{
border-color: #5C7484;
}
</style>