Shades of Rich Blue #5C5CAA
Tints of Rich Blue #5C5CAA
RGB
CMYK
RGB Variations
Color information
#5C5CAA (or 0x5C5CAA) is known color: Rich Blue. HEX triplet: 5C, 5C and AA. RGB value is (92,92,170). Sum of RGB (Red+Green+Blue) = 92+92+170=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5CAA is #A3A355. Grayscale: #646464. Windows color (decimal): -10724182 or 11164764. OLE color: 11164764.
HSL color Cylindrical-coordinate representation of color #5C5CAA: hue angle of 240º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C5CAA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 92 | 170 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.33 |
| HSL | 240º | 0.31% | 0.51% | - |
| HSV(B) | 240º | 0.46% | 0.67% | - |
| XYZ | 15.5 | 12.83 | 39.69 | - |
| YUV | 100.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 170 | 0.46 | 0.46 | 0 | 0.33 | 240 | 0.31 | 0.51 |
| Hex | 5C | 5C | AA | 2E | 2E | 0 | 21 | F0 | 1F | 33 |
| Octal | 134 | 134 | 252 | 56 | 56 | 0 | 41 | 360 | 37 | 63 |
| Binary | 1011100 | 1011100 | 10101010 | 101110 | 101110 | 0 | 100001 | 11110000 | 11111 | 110011 |
Color Harmonies of #5C5CAA
Complementary color
Monochromatic Colors of #5C5CAA
Black with #5C5CAA
Text Example
Text Example
White with #5C5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5CAA; }
p { color: rgb(92,92,170); }
H1.HeaderClassName
{
color: #5C5CAA;
}
.AnyTagClassName
{
color: #5C5CAA;
}
</style>
background-color css
<style>
a { background-color: #5C5CAA; }
a { background-color: rgb(92,92,170); }
div.DivClassName
{
background-color: #5C5CAA;
}
.BgClassName
{
background-color: #5C5CAA;
}
</style>
border-color css
<style>
span { border-color: #5C5CAA; }
span { border-color: rgb(92,92,170); }
td.TdClassName
{
border-color: #5C5CAA;
}
.TagClassName
{
border-color: #5C5CAA;
}
</style>