Shades of Rich Blue #5C4CAA
Tints of Rich Blue #5C4CAA
RGB
CMYK
RGB Variations
Color information
#5C4CAA (or 0x5C4CAA) is known color: Rich Blue. HEX triplet: 5C, 4C and AA. RGB value is (92,76,170). Sum of RGB (Red+Green+Blue) = 92+76+170=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4CAA is #A3B355. Grayscale: #5B5B5B. Windows color (decimal): -10728278 or 11160668. OLE color: 11160668.
HSL color Cylindrical-coordinate representation of color #5C4CAA: hue angle of 250.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C4CAA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 76 | 170 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.33 |
| HSL | 250.21º | 0.38% | 0.48% | - |
| HSV(B) | 250.21º | 0.55% | 0.67% | - |
| XYZ | 14.25 | 10.35 | 39.28 | - |
| YUV | 91.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 170 | 0.46 | 0.55 | 0 | 0.33 | 250.21 | 0.38 | 0.48 |
| Hex | 5C | 4C | AA | 2E | 37 | 0 | 21 | FA | 26 | 30 |
| Octal | 134 | 114 | 252 | 56 | 67 | 0 | 41 | 372 | 46 | 60 |
| Binary | 1011100 | 1001100 | 10101010 | 101110 | 110111 | 0 | 100001 | 11111010 | 100110 | 110000 |
Color Harmonies of #5C4CAA
Complementary color
Monochromatic Colors of #5C4CAA
Black with #5C4CAA
Text Example
Text Example
White with #5C4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4CAA; }
p { color: rgb(92,76,170); }
H1.HeaderClassName
{
color: #5C4CAA;
}
.AnyTagClassName
{
color: #5C4CAA;
}
</style>
background-color css
<style>
a { background-color: #5C4CAA; }
a { background-color: rgb(92,76,170); }
div.DivClassName
{
background-color: #5C4CAA;
}
.BgClassName
{
background-color: #5C4CAA;
}
</style>
border-color css
<style>
span { border-color: #5C4CAA; }
span { border-color: rgb(92,76,170); }
td.TdClassName
{
border-color: #5C4CAA;
}
.TagClassName
{
border-color: #5C4CAA;
}
</style>