Shades of Rich Blue #5C5BBC
Tints of Rich Blue #5C5BBC
RGB
CMYK
RGB Variations
Color information
#5C5BBC (or 0x5C5BBC) is known color: Rich Blue. HEX triplet: 5C, 5B and BC. RGB value is (92,91,188). Sum of RGB (Red+Green+Blue) = 92+91+188=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5BBC is #A3A443. Grayscale: #656565. Windows color (decimal): -10724420 or 12344156. OLE color: 12344156.
HSL color Cylindrical-coordinate representation of color #5C5BBC: hue angle of 240.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C5BBC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 91 | 188 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.26 |
| HSL | 240.62º | 0.42% | 0.55% | - |
| HSV(B) | 240.62º | 0.52% | 0.74% | - |
| XYZ | 17.23 | 13.39 | 49.25 | - |
| YUV | 102.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 188 | 0.51 | 0.52 | 0 | 0.26 | 240.62 | 0.42 | 0.55 |
| Hex | 5C | 5B | BC | 33 | 34 | 0 | 1A | F1 | 2A | 37 |
| Octal | 134 | 133 | 274 | 63 | 64 | 0 | 32 | 361 | 52 | 67 |
| Binary | 1011100 | 1011011 | 10111100 | 110011 | 110100 | 0 | 11010 | 11110001 | 101010 | 110111 |
Color Harmonies of #5C5BBC
Complementary color
Monochromatic Colors of #5C5BBC
Black with #5C5BBC
Text Example
Text Example
White with #5C5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5BBC; }
p { color: rgb(92,91,188); }
H1.HeaderClassName
{
color: #5C5BBC;
}
.AnyTagClassName
{
color: #5C5BBC;
}
</style>
background-color css
<style>
a { background-color: #5C5BBC; }
a { background-color: rgb(92,91,188); }
div.DivClassName
{
background-color: #5C5BBC;
}
.BgClassName
{
background-color: #5C5BBC;
}
</style>
border-color css
<style>
span { border-color: #5C5BBC; }
span { border-color: rgb(92,91,188); }
td.TdClassName
{
border-color: #5C5BBC;
}
.TagClassName
{
border-color: #5C5BBC;
}
</style>