Shades of Rich Blue #5C4DA4
Tints of Rich Blue #5C4DA4
RGB
CMYK
RGB Variations
Color information
#5C4DA4 (or 0x5C4DA4) is known color: Rich Blue. HEX triplet: 5C, 4D and A4. RGB value is (92,77,164). Sum of RGB (Red+Green+Blue) = 92+77+164=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #5C4DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4DA4 is #A3B25B. Grayscale: #5B5B5B. Windows color (decimal): -10728028 or 10767708. OLE color: 10767708.
HSL color Cylindrical-coordinate representation of color #5C4DA4: hue angle of 250.34º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C4DA4 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 77 | 164 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.36 |
| HSL | 250.34º | 0.36% | 0.47% | - |
| HSV(B) | 250.34º | 0.53% | 0.64% | - |
| XYZ | 13.77 | 10.26 | 36.38 | - |
| YUV | 91.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 164 | 0.44 | 0.53 | 0 | 0.36 | 250.34 | 0.36 | 0.47 |
| Hex | 5C | 4D | A4 | 2C | 35 | 0 | 24 | FA | 24 | 2F |
| Octal | 134 | 115 | 244 | 54 | 65 | 0 | 44 | 372 | 44 | 57 |
| Binary | 1011100 | 1001101 | 10100100 | 101100 | 110101 | 0 | 100100 | 11111010 | 100100 | 101111 |
Color Harmonies of #5C4DA4
Complementary color
Monochromatic Colors of #5C4DA4
Black with #5C4DA4
Text Example
Text Example
White with #5C4DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4DA4; }
p { color: rgb(92,77,164); }
H1.HeaderClassName
{
color: #5C4DA4;
}
.AnyTagClassName
{
color: #5C4DA4;
}
</style>
background-color css
<style>
a { background-color: #5C4DA4; }
a { background-color: rgb(92,77,164); }
div.DivClassName
{
background-color: #5C4DA4;
}
.BgClassName
{
background-color: #5C4DA4;
}
</style>
border-color css
<style>
span { border-color: #5C4DA4; }
span { border-color: rgb(92,77,164); }
td.TdClassName
{
border-color: #5C4DA4;
}
.TagClassName
{
border-color: #5C4DA4;
}
</style>