Shades of Rich Blue #5C61BC
Tints of Rich Blue #5C61BC
RGB
CMYK
RGB Variations
Color information
#5C61BC (or 0x5C61BC) is known color: Rich Blue. HEX triplet: 5C, 61 and BC. RGB value is (92,97,188). Sum of RGB (Red+Green+Blue) = 92+97+188=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C61BC is #A39E43. Grayscale: #696969. Windows color (decimal): -10722884 or 12345692. OLE color: 12345692.
HSL color Cylindrical-coordinate representation of color #5C61BC: hue angle of 236.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C61BC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 97 | 188 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.26 |
| HSL | 236.88º | 0.42% | 0.55% | - |
| HSV(B) | 236.88º | 0.51% | 0.74% | - |
| XYZ | 17.77 | 14.46 | 49.43 | - |
| YUV | 105.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 188 | 0.51 | 0.48 | 0 | 0.26 | 236.88 | 0.42 | 0.55 |
| Hex | 5C | 61 | BC | 33 | 30 | 0 | 1A | ED | 2A | 37 |
| Octal | 134 | 141 | 274 | 63 | 60 | 0 | 32 | 355 | 52 | 67 |
| Binary | 1011100 | 1100001 | 10111100 | 110011 | 110000 | 0 | 11010 | 11101101 | 101010 | 110111 |
Color Harmonies of #5C61BC
Complementary color
Monochromatic Colors of #5C61BC
Black with #5C61BC
Text Example
Text Example
White with #5C61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C61BC; }
p { color: rgb(92,97,188); }
H1.HeaderClassName
{
color: #5C61BC;
}
.AnyTagClassName
{
color: #5C61BC;
}
</style>
background-color css
<style>
a { background-color: #5C61BC; }
a { background-color: rgb(92,97,188); }
div.DivClassName
{
background-color: #5C61BC;
}
.BgClassName
{
background-color: #5C61BC;
}
</style>
border-color css
<style>
span { border-color: #5C61BC; }
span { border-color: rgb(92,97,188); }
td.TdClassName
{
border-color: #5C61BC;
}
.TagClassName
{
border-color: #5C61BC;
}
</style>