Shades of Blue Bayoux #5C7685
Tints of Blue Bayoux #5C7685
RGB
CMYK
RGB Variations
Color information
#5C7685 (or 0x5C7685) is known color: Blue Bayoux. HEX triplet: 5C, 76 and 85. RGB value is (92,118,133). Sum of RGB (Red+Green+Blue) = 92+118+133=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7685 is #A3897A. Grayscale: #6F6F6F. Windows color (decimal): -10717563 or 8746588. OLE color: 8746588.
HSL color Cylindrical-coordinate representation of color #5C7685: hue angle of 201.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7685 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 118 | 133 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.48 |
| HSL | 201.95º | 0.18% | 0.44% | - |
| HSV(B) | 201.95º | 0.31% | 0.52% | - |
| XYZ | 15.13 | 16.93 | 24.66 | - |
| YUV | 111.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 133 | 0.31 | 0.11 | 0 | 0.48 | 201.95 | 0.18 | 0.44 |
| Hex | 5C | 76 | 85 | 1F | B | 0 | 30 | CA | 12 | 2C |
| Octal | 134 | 166 | 205 | 37 | 13 | 0 | 60 | 312 | 22 | 54 |
| Binary | 1011100 | 1110110 | 10000101 | 11111 | 1011 | 0 | 110000 | 11001010 | 10010 | 101100 |
Color Harmonies of #5C7685
Complementary color
Monochromatic Colors of #5C7685
Black with #5C7685
Text Example
Text Example
White with #5C7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7685; }
p { color: rgb(92,118,133); }
H1.HeaderClassName
{
color: #5C7685;
}
.AnyTagClassName
{
color: #5C7685;
}
</style>
background-color css
<style>
a { background-color: #5C7685; }
a { background-color: rgb(92,118,133); }
div.DivClassName
{
background-color: #5C7685;
}
.BgClassName
{
background-color: #5C7685;
}
</style>
border-color css
<style>
span { border-color: #5C7685; }
span { border-color: rgb(92,118,133); }
td.TdClassName
{
border-color: #5C7685;
}
.TagClassName
{
border-color: #5C7685;
}
</style>