Shades of Rich Blue #5C4AAA
Tints of Rich Blue #5C4AAA
RGB
CMYK
RGB Variations
Color information
#5C4AAA (or 0x5C4AAA) is known color: Rich Blue. HEX triplet: 5C, 4A and AA. RGB value is (92,74,170). Sum of RGB (Red+Green+Blue) = 92+74+170=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4AAA is #A3B555. Grayscale: #595959. Windows color (decimal): -10728790 or 11160156. OLE color: 11160156.
HSL color Cylindrical-coordinate representation of color #5C4AAA: hue angle of 251.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C4AAA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 74 | 170 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.33 |
| HSL | 251.25º | 0.39% | 0.48% | - |
| HSV(B) | 251.25º | 0.56% | 0.67% | - |
| XYZ | 14.12 | 10.08 | 39.23 | - |
| YUV | 90.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 170 | 0.46 | 0.56 | 0 | 0.33 | 251.25 | 0.39 | 0.48 |
| Hex | 5C | 4A | AA | 2E | 38 | 0 | 21 | FB | 27 | 30 |
| Octal | 134 | 112 | 252 | 56 | 70 | 0 | 41 | 373 | 47 | 60 |
| Binary | 1011100 | 1001010 | 10101010 | 101110 | 111000 | 0 | 100001 | 11111011 | 100111 | 110000 |
Color Harmonies of #5C4AAA
Complementary color
Monochromatic Colors of #5C4AAA
Black with #5C4AAA
Text Example
Text Example
White with #5C4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4AAA; }
p { color: rgb(92,74,170); }
H1.HeaderClassName
{
color: #5C4AAA;
}
.AnyTagClassName
{
color: #5C4AAA;
}
</style>
background-color css
<style>
a { background-color: #5C4AAA; }
a { background-color: rgb(92,74,170); }
div.DivClassName
{
background-color: #5C4AAA;
}
.BgClassName
{
background-color: #5C4AAA;
}
</style>
border-color css
<style>
span { border-color: #5C4AAA; }
span { border-color: rgb(92,74,170); }
td.TdClassName
{
border-color: #5C4AAA;
}
.TagClassName
{
border-color: #5C4AAA;
}
</style>