Shades of Rich Blue #5C5BA6
Tints of Rich Blue #5C5BA6
RGB
CMYK
RGB Variations
Color information
#5C5BA6 (or 0x5C5BA6) is known color: Rich Blue. HEX triplet: 5C, 5B and A6. RGB value is (92,91,166). Sum of RGB (Red+Green+Blue) = 92+91+166=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C5BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5BA6 is #A3A459. Grayscale: #636363. Windows color (decimal): -10724442 or 10902364. OLE color: 10902364.
HSL color Cylindrical-coordinate representation of color #5C5BA6: hue angle of 240.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C5BA6 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 91 | 166 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.35 |
| HSL | 240.8º | 0.3% | 0.5% | - |
| HSV(B) | 240.8º | 0.45% | 0.65% | - |
| XYZ | 15.04 | 12.51 | 37.7 | - |
| YUV | 99.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 166 | 0.45 | 0.45 | 0 | 0.35 | 240.8 | 0.3 | 0.5 |
| Hex | 5C | 5B | A6 | 2D | 2D | 0 | 23 | F1 | 1E | 32 |
| Octal | 134 | 133 | 246 | 55 | 55 | 0 | 43 | 361 | 36 | 62 |
| Binary | 1011100 | 1011011 | 10100110 | 101101 | 101101 | 0 | 100011 | 11110001 | 11110 | 110010 |
Color Harmonies of #5C5BA6
Complementary color
Monochromatic Colors of #5C5BA6
Black with #5C5BA6
Text Example
Text Example
White with #5C5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5BA6; }
p { color: rgb(92,91,166); }
H1.HeaderClassName
{
color: #5C5BA6;
}
.AnyTagClassName
{
color: #5C5BA6;
}
</style>
background-color css
<style>
a { background-color: #5C5BA6; }
a { background-color: rgb(92,91,166); }
div.DivClassName
{
background-color: #5C5BA6;
}
.BgClassName
{
background-color: #5C5BA6;
}
</style>
border-color css
<style>
span { border-color: #5C5BA6; }
span { border-color: rgb(92,91,166); }
td.TdClassName
{
border-color: #5C5BA6;
}
.TagClassName
{
border-color: #5C5BA6;
}
</style>