Shades of Rich Blue #5C54AA
Tints of Rich Blue #5C54AA
RGB
CMYK
RGB Variations
Color information
#5C54AA (or 0x5C54AA) is known color: Rich Blue. HEX triplet: 5C, 54 and AA. RGB value is (92,84,170). Sum of RGB (Red+Green+Blue) = 92+84+170=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C54AA is #A3AB55. Grayscale: #5F5F5F. Windows color (decimal): -10726230 or 11162716. OLE color: 11162716.
HSL color Cylindrical-coordinate representation of color #5C54AA: hue angle of 245.58º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C54AA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 84 | 170 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.33 |
| HSL | 245.58º | 0.34% | 0.5% | - |
| HSV(B) | 245.58º | 0.51% | 0.67% | - |
| XYZ | 14.84 | 11.52 | 39.47 | - |
| YUV | 96.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 170 | 0.46 | 0.51 | 0 | 0.33 | 245.58 | 0.34 | 0.5 |
| Hex | 5C | 54 | AA | 2E | 33 | 0 | 21 | F6 | 22 | 32 |
| Octal | 134 | 124 | 252 | 56 | 63 | 0 | 41 | 366 | 42 | 62 |
| Binary | 1011100 | 1010100 | 10101010 | 101110 | 110011 | 0 | 100001 | 11110110 | 100010 | 110010 |
Color Harmonies of #5C54AA
Complementary color
Monochromatic Colors of #5C54AA
Black with #5C54AA
Text Example
Text Example
White with #5C54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54AA; }
p { color: rgb(92,84,170); }
H1.HeaderClassName
{
color: #5C54AA;
}
.AnyTagClassName
{
color: #5C54AA;
}
</style>
background-color css
<style>
a { background-color: #5C54AA; }
a { background-color: rgb(92,84,170); }
div.DivClassName
{
background-color: #5C54AA;
}
.BgClassName
{
background-color: #5C54AA;
}
</style>
border-color css
<style>
span { border-color: #5C54AA; }
span { border-color: rgb(92,84,170); }
td.TdClassName
{
border-color: #5C54AA;
}
.TagClassName
{
border-color: #5C54AA;
}
</style>