Shades of Rich Blue #5D51AC
Tints of Rich Blue #5D51AC
RGB
CMYK
RGB Variations
Color information
#5D51AC (or 0x5D51AC) is known color: Rich Blue. HEX triplet: 5D, 51 and AC. RGB value is (93,81,172). Sum of RGB (Red+Green+Blue) = 93+81+172=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D51AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D51AC is #A2AE53. Grayscale: #5E5E5E. Windows color (decimal): -10661460 or 11293021. OLE color: 11293021.
HSL color Cylindrical-coordinate representation of color #5D51AC: hue angle of 247.91º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D51AC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 81 | 172 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.33 |
| HSL | 247.91º | 0.36% | 0.5% | - |
| HSV(B) | 247.91º | 0.53% | 0.67% | - |
| XYZ | 14.9 | 11.19 | 40.4 | - |
| YUV | 94.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 172 | 0.46 | 0.53 | 0 | 0.33 | 247.91 | 0.36 | 0.5 |
| Hex | 5D | 51 | AC | 2E | 35 | 0 | 21 | F8 | 24 | 32 |
| Octal | 135 | 121 | 254 | 56 | 65 | 0 | 41 | 370 | 44 | 62 |
| Binary | 1011101 | 1010001 | 10101100 | 101110 | 110101 | 0 | 100001 | 11111000 | 100100 | 110010 |
Color Harmonies of #5D51AC
Complementary color
Monochromatic Colors of #5D51AC
Black with #5D51AC
Text Example
Text Example
White with #5D51AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D51AC; }
p { color: rgb(93,81,172); }
H1.HeaderClassName
{
color: #5D51AC;
}
.AnyTagClassName
{
color: #5D51AC;
}
</style>
background-color css
<style>
a { background-color: #5D51AC; }
a { background-color: rgb(93,81,172); }
div.DivClassName
{
background-color: #5D51AC;
}
.BgClassName
{
background-color: #5D51AC;
}
</style>
border-color css
<style>
span { border-color: #5D51AC; }
span { border-color: rgb(93,81,172); }
td.TdClassName
{
border-color: #5D51AC;
}
.TagClassName
{
border-color: #5D51AC;
}
</style>