Shades of Rich Blue #5C5EBA
Tints of Rich Blue #5C5EBA
RGB
CMYK
RGB Variations
Color information
#5C5EBA (or 0x5C5EBA) is known color: Rich Blue. HEX triplet: 5C, 5E and BA. RGB value is (92,94,186). Sum of RGB (Red+Green+Blue) = 92+94+186=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5EBA is #A3A145. Grayscale: #676767. Windows color (decimal): -10723654 or 12213852. OLE color: 12213852.
HSL color Cylindrical-coordinate representation of color #5C5EBA: hue angle of 238.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C5EBA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 94 | 186 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.27 |
| HSL | 238.72º | 0.41% | 0.55% | - |
| HSV(B) | 238.72º | 0.51% | 0.73% | - |
| XYZ | 17.28 | 13.83 | 48.21 | - |
| YUV | 103.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 186 | 0.51 | 0.49 | 0 | 0.27 | 238.72 | 0.41 | 0.55 |
| Hex | 5C | 5E | BA | 33 | 31 | 0 | 1B | EF | 29 | 37 |
| Octal | 134 | 136 | 272 | 63 | 61 | 0 | 33 | 357 | 51 | 67 |
| Binary | 1011100 | 1011110 | 10111010 | 110011 | 110001 | 0 | 11011 | 11101111 | 101001 | 110111 |
Color Harmonies of #5C5EBA
Complementary color
Monochromatic Colors of #5C5EBA
Black with #5C5EBA
Text Example
Text Example
White with #5C5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5EBA; }
p { color: rgb(92,94,186); }
H1.HeaderClassName
{
color: #5C5EBA;
}
.AnyTagClassName
{
color: #5C5EBA;
}
</style>
background-color css
<style>
a { background-color: #5C5EBA; }
a { background-color: rgb(92,94,186); }
div.DivClassName
{
background-color: #5C5EBA;
}
.BgClassName
{
background-color: #5C5EBA;
}
</style>
border-color css
<style>
span { border-color: #5C5EBA; }
span { border-color: rgb(92,94,186); }
td.TdClassName
{
border-color: #5C5EBA;
}
.TagClassName
{
border-color: #5C5EBA;
}
</style>