Shades of Blue Bayoux #5C7585
Tints of Blue Bayoux #5C7585
RGB
CMYK
RGB Variations
Color information
#5C7585 (or 0x5C7585) is known color: Blue Bayoux. HEX triplet: 5C, 75 and 85. RGB value is (92,117,133). Sum of RGB (Red+Green+Blue) = 92+117+133=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7585 is #A38A7A. Grayscale: #6F6F6F. Windows color (decimal): -10717819 or 8746332. OLE color: 8746332.
HSL color Cylindrical-coordinate representation of color #5C7585: hue angle of 203.41º 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 #5C7585 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 117 | 133 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.48 |
| HSL | 203.41º | 0.18% | 0.44% | - |
| HSV(B) | 203.41º | 0.31% | 0.52% | - |
| XYZ | 15.01 | 16.69 | 24.62 | - |
| YUV | 111.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 133 | 0.31 | 0.12 | 0 | 0.48 | 203.41 | 0.18 | 0.44 |
| Hex | 5C | 75 | 85 | 1F | C | 0 | 30 | CB | 12 | 2C |
| Octal | 134 | 165 | 205 | 37 | 14 | 0 | 60 | 313 | 22 | 54 |
| Binary | 1011100 | 1110101 | 10000101 | 11111 | 1100 | 0 | 110000 | 11001011 | 10010 | 101100 |
Color Harmonies of #5C7585
Complementary color
Monochromatic Colors of #5C7585
Black with #5C7585
Text Example
Text Example
White with #5C7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7585; }
p { color: rgb(92,117,133); }
H1.HeaderClassName
{
color: #5C7585;
}
.AnyTagClassName
{
color: #5C7585;
}
</style>
background-color css
<style>
a { background-color: #5C7585; }
a { background-color: rgb(92,117,133); }
div.DivClassName
{
background-color: #5C7585;
}
.BgClassName
{
background-color: #5C7585;
}
</style>
border-color css
<style>
span { border-color: #5C7585; }
span { border-color: rgb(92,117,133); }
td.TdClassName
{
border-color: #5C7585;
}
.TagClassName
{
border-color: #5C7585;
}
</style>