Shades of Rich Blue #5F51A1
Tints of Rich Blue #5F51A1
RGB
CMYK
RGB Variations
Color information
#5F51A1 (or 0x5F51A1) is known color: Rich Blue. HEX triplet: 5F, 51 and A1. RGB value is (95,81,161). Sum of RGB (Red+Green+Blue) = 95+81+161=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #5F51A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F51A1 is #A0AE5E. Grayscale: #5E5E5E. Windows color (decimal): -10530399 or 10572127. OLE color: 10572127.
HSL color Cylindrical-coordinate representation of color #5F51A1: hue angle of 250.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F51A1 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 81 | 161 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.37 |
| HSL | 250.5º | 0.33% | 0.47% | - |
| HSV(B) | 250.5º | 0.5% | 0.63% | - |
| XYZ | 14.09 | 10.89 | 35.08 | - |
| YUV | 94.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 161 | 0.41 | 0.50 | 0 | 0.37 | 250.5 | 0.33 | 0.47 |
| Hex | 5F | 51 | A1 | 29 | 32 | 0 | 25 | FB | 21 | 2F |
| Octal | 137 | 121 | 241 | 51 | 62 | 0 | 45 | 373 | 41 | 57 |
| Binary | 1011111 | 1010001 | 10100001 | 101001 | 110010 | 0 | 100101 | 11111011 | 100001 | 101111 |
Color Harmonies of #5F51A1
Complementary color
Monochromatic Colors of #5F51A1
Black with #5F51A1
Text Example
Text Example
White with #5F51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F51A1; }
p { color: rgb(95,81,161); }
H1.HeaderClassName
{
color: #5F51A1;
}
.AnyTagClassName
{
color: #5F51A1;
}
</style>
background-color css
<style>
a { background-color: #5F51A1; }
a { background-color: rgb(95,81,161); }
div.DivClassName
{
background-color: #5F51A1;
}
.BgClassName
{
background-color: #5F51A1;
}
</style>
border-color css
<style>
span { border-color: #5F51A1; }
span { border-color: rgb(95,81,161); }
td.TdClassName
{
border-color: #5F51A1;
}
.TagClassName
{
border-color: #5F51A1;
}
</style>