Shades of Rich Blue #5C4AAE
Tints of Rich Blue #5C4AAE
RGB
CMYK
RGB Variations
Color information
#5C4AAE (or 0x5C4AAE) is known color: Rich Blue. HEX triplet: 5C, 4A and AE. RGB value is (92,74,174). Sum of RGB (Red+Green+Blue) = 92+74+174=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4AAE is #A3B551. Grayscale: #5A5A5A. Windows color (decimal): -10728786 or 11422300. OLE color: 11422300.
HSL color Cylindrical-coordinate representation of color #5C4AAE: hue angle of 250.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C4AAE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 74 | 174 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.32 |
| HSL | 250.8º | 0.4% | 0.49% | - |
| HSV(B) | 250.8º | 0.57% | 0.68% | - |
| XYZ | 14.5 | 10.23 | 41.25 | - |
| YUV | 90.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 174 | 0.47 | 0.57 | 0 | 0.32 | 250.8 | 0.4 | 0.49 |
| Hex | 5C | 4A | AE | 2F | 39 | 0 | 20 | FB | 28 | 31 |
| Octal | 134 | 112 | 256 | 57 | 71 | 0 | 40 | 373 | 50 | 61 |
| Binary | 1011100 | 1001010 | 10101110 | 101111 | 111001 | 0 | 100000 | 11111011 | 101000 | 110001 |
Color Harmonies of #5C4AAE
Complementary color
Monochromatic Colors of #5C4AAE
Black with #5C4AAE
Text Example
Text Example
White with #5C4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4AAE; }
p { color: rgb(92,74,174); }
H1.HeaderClassName
{
color: #5C4AAE;
}
.AnyTagClassName
{
color: #5C4AAE;
}
</style>
background-color css
<style>
a { background-color: #5C4AAE; }
a { background-color: rgb(92,74,174); }
div.DivClassName
{
background-color: #5C4AAE;
}
.BgClassName
{
background-color: #5C4AAE;
}
</style>
border-color css
<style>
span { border-color: #5C4AAE; }
span { border-color: rgb(92,74,174); }
td.TdClassName
{
border-color: #5C4AAE;
}
.TagClassName
{
border-color: #5C4AAE;
}
</style>