Shades of Rich Blue #5C5FAE
Tints of Rich Blue #5C5FAE
RGB
CMYK
RGB Variations
Color information
#5C5FAE (or 0x5C5FAE) is known color: Rich Blue. HEX triplet: 5C, 5F and AE. RGB value is (92,95,174). Sum of RGB (Red+Green+Blue) = 92+95+174=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C5FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5FAE is #A3A051. Grayscale: #666666. Windows color (decimal): -10723410 or 11427676. OLE color: 11427676.
HSL color Cylindrical-coordinate representation of color #5C5FAE: hue angle of 237.8º 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 #5C5FAE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 95 | 174 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.32 |
| HSL | 237.8º | 0.34% | 0.52% | - |
| HSV(B) | 237.8º | 0.47% | 0.68% | - |
| XYZ | 16.15 | 13.52 | 41.8 | - |
| YUV | 103.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 174 | 0.47 | 0.45 | 0 | 0.32 | 237.8 | 0.34 | 0.52 |
| Hex | 5C | 5F | AE | 2F | 2D | 0 | 20 | EE | 22 | 34 |
| Octal | 134 | 137 | 256 | 57 | 55 | 0 | 40 | 356 | 42 | 64 |
| Binary | 1011100 | 1011111 | 10101110 | 101111 | 101101 | 0 | 100000 | 11101110 | 100010 | 110100 |
Color Harmonies of #5C5FAE
Complementary color
Monochromatic Colors of #5C5FAE
Black with #5C5FAE
Text Example
Text Example
White with #5C5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FAE; }
p { color: rgb(92,95,174); }
H1.HeaderClassName
{
color: #5C5FAE;
}
.AnyTagClassName
{
color: #5C5FAE;
}
</style>
background-color css
<style>
a { background-color: #5C5FAE; }
a { background-color: rgb(92,95,174); }
div.DivClassName
{
background-color: #5C5FAE;
}
.BgClassName
{
background-color: #5C5FAE;
}
</style>
border-color css
<style>
span { border-color: #5C5FAE; }
span { border-color: rgb(92,95,174); }
td.TdClassName
{
border-color: #5C5FAE;
}
.TagClassName
{
border-color: #5C5FAE;
}
</style>