Shades of Rich Blue #5C4EAF
Tints of Rich Blue #5C4EAF
RGB
CMYK
RGB Variations
Color information
#5C4EAF (or 0x5C4EAF) is known color: Rich Blue. HEX triplet: 5C, 4E and AF. RGB value is (92,78,175). Sum of RGB (Red+Green+Blue) = 92+78+175=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4EAF is #A3B150. Grayscale: #5C5C5C. Windows color (decimal): -10727761 or 11488860. OLE color: 11488860.
HSL color Cylindrical-coordinate representation of color #5C4EAF: hue angle of 248.66º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C4EAF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 78 | 175 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.31 |
| HSL | 248.66º | 0.38% | 0.5% | - |
| HSV(B) | 248.66º | 0.55% | 0.69% | - |
| XYZ | 14.88 | 10.82 | 41.86 | - |
| YUV | 93.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 175 | 0.47 | 0.55 | 0 | 0.31 | 248.66 | 0.38 | 0.5 |
| Hex | 5C | 4E | AF | 2F | 37 | 0 | 1F | F9 | 26 | 32 |
| Octal | 134 | 116 | 257 | 57 | 67 | 0 | 37 | 371 | 46 | 62 |
| Binary | 1011100 | 1001110 | 10101111 | 101111 | 110111 | 0 | 11111 | 11111001 | 100110 | 110010 |
Color Harmonies of #5C4EAF
Complementary color
Monochromatic Colors of #5C4EAF
Black with #5C4EAF
Text Example
Text Example
White with #5C4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EAF; }
p { color: rgb(92,78,175); }
H1.HeaderClassName
{
color: #5C4EAF;
}
.AnyTagClassName
{
color: #5C4EAF;
}
</style>
background-color css
<style>
a { background-color: #5C4EAF; }
a { background-color: rgb(92,78,175); }
div.DivClassName
{
background-color: #5C4EAF;
}
.BgClassName
{
background-color: #5C4EAF;
}
</style>
border-color css
<style>
span { border-color: #5C4EAF; }
span { border-color: rgb(92,78,175); }
td.TdClassName
{
border-color: #5C4EAF;
}
.TagClassName
{
border-color: #5C4EAF;
}
</style>