Shades of Rich Blue #5C5CAE
Tints of Rich Blue #5C5CAE
RGB
CMYK
RGB Variations
Color information
#5C5CAE (or 0x5C5CAE) is known color: Rich Blue. HEX triplet: 5C, 5C and AE. RGB value is (92,92,174). Sum of RGB (Red+Green+Blue) = 92+92+174=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5CAE is #A3A351. Grayscale: #656565. Windows color (decimal): -10724178 or 11426908. OLE color: 11426908.
HSL color Cylindrical-coordinate representation of color #5C5CAE: hue angle of 240º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C5CAE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 92 | 174 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.32 |
| HSL | 240º | 0.34% | 0.52% | - |
| HSV(B) | 240º | 0.47% | 0.68% | - |
| XYZ | 15.88 | 12.99 | 41.71 | - |
| YUV | 101.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 174 | 0.47 | 0.47 | 0 | 0.32 | 240 | 0.34 | 0.52 |
| Hex | 5C | 5C | AE | 2F | 2F | 0 | 20 | F0 | 22 | 34 |
| Octal | 134 | 134 | 256 | 57 | 57 | 0 | 40 | 360 | 42 | 64 |
| Binary | 1011100 | 1011100 | 10101110 | 101111 | 101111 | 0 | 100000 | 11110000 | 100010 | 110100 |
Color Harmonies of #5C5CAE
Complementary color
Monochromatic Colors of #5C5CAE
Black with #5C5CAE
Text Example
Text Example
White with #5C5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5CAE; }
p { color: rgb(92,92,174); }
H1.HeaderClassName
{
color: #5C5CAE;
}
.AnyTagClassName
{
color: #5C5CAE;
}
</style>
background-color css
<style>
a { background-color: #5C5CAE; }
a { background-color: rgb(92,92,174); }
div.DivClassName
{
background-color: #5C5CAE;
}
.BgClassName
{
background-color: #5C5CAE;
}
</style>
border-color css
<style>
span { border-color: #5C5CAE; }
span { border-color: rgb(92,92,174); }
td.TdClassName
{
border-color: #5C5CAE;
}
.TagClassName
{
border-color: #5C5CAE;
}
</style>