Shades of Rich Blue #5C5AAA
Tints of Rich Blue #5C5AAA
RGB
CMYK
RGB Variations
Color information
#5C5AAA (or 0x5C5AAA) is known color: Rich Blue. HEX triplet: 5C, 5A and AA. RGB value is (92,90,170). Sum of RGB (Red+Green+Blue) = 92+90+170=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5AAA is #A3A555. Grayscale: #636363. Windows color (decimal): -10724694 or 11164252. OLE color: 11164252.
HSL color Cylindrical-coordinate representation of color #5C5AAA: hue angle of 241.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C5AAA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 90 | 170 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.33 |
| HSL | 241.5º | 0.32% | 0.51% | - |
| HSV(B) | 241.5º | 0.47% | 0.67% | - |
| XYZ | 15.33 | 12.49 | 39.63 | - |
| YUV | 99.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 170 | 0.46 | 0.47 | 0 | 0.33 | 241.5 | 0.32 | 0.51 |
| Hex | 5C | 5A | AA | 2E | 2F | 0 | 21 | F2 | 20 | 33 |
| Octal | 134 | 132 | 252 | 56 | 57 | 0 | 41 | 362 | 40 | 63 |
| Binary | 1011100 | 1011010 | 10101010 | 101110 | 101111 | 0 | 100001 | 11110010 | 100000 | 110011 |
Color Harmonies of #5C5AAA
Complementary color
Monochromatic Colors of #5C5AAA
Black with #5C5AAA
Text Example
Text Example
White with #5C5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5AAA; }
p { color: rgb(92,90,170); }
H1.HeaderClassName
{
color: #5C5AAA;
}
.AnyTagClassName
{
color: #5C5AAA;
}
</style>
background-color css
<style>
a { background-color: #5C5AAA; }
a { background-color: rgb(92,90,170); }
div.DivClassName
{
background-color: #5C5AAA;
}
.BgClassName
{
background-color: #5C5AAA;
}
</style>
border-color css
<style>
span { border-color: #5C5AAA; }
span { border-color: rgb(92,90,170); }
td.TdClassName
{
border-color: #5C5AAA;
}
.TagClassName
{
border-color: #5C5AAA;
}
</style>