Shades of Rich Blue #5D4AA7
Tints of Rich Blue #5D4AA7
RGB
CMYK
RGB Variations
Color information
#5D4AA7 (or 0x5D4AA7) is known color: Rich Blue. HEX triplet: 5D, 4A and A7. RGB value is (93,74,167). Sum of RGB (Red+Green+Blue) = 93+74+167=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #5D4AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4AA7 is #A2B558. Grayscale: #595959. Windows color (decimal): -10663257 or 10963549. OLE color: 10963549.
HSL color Cylindrical-coordinate representation of color #5D4AA7: hue angle of 252.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4AA7 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 74 | 167 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.35 |
| HSL | 252.26º | 0.39% | 0.47% | - |
| HSV(B) | 252.26º | 0.56% | 0.65% | - |
| XYZ | 13.94 | 10.01 | 37.76 | - |
| YUV | 90.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 167 | 0.44 | 0.56 | 0 | 0.35 | 252.26 | 0.39 | 0.47 |
| Hex | 5D | 4A | A7 | 2C | 38 | 0 | 23 | FC | 27 | 2F |
| Octal | 135 | 112 | 247 | 54 | 70 | 0 | 43 | 374 | 47 | 57 |
| Binary | 1011101 | 1001010 | 10100111 | 101100 | 111000 | 0 | 100011 | 11111100 | 100111 | 101111 |
Color Harmonies of #5D4AA7
Complementary color
Monochromatic Colors of #5D4AA7
Black with #5D4AA7
Text Example
Text Example
White with #5D4AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4AA7; }
p { color: rgb(93,74,167); }
H1.HeaderClassName
{
color: #5D4AA7;
}
.AnyTagClassName
{
color: #5D4AA7;
}
</style>
background-color css
<style>
a { background-color: #5D4AA7; }
a { background-color: rgb(93,74,167); }
div.DivClassName
{
background-color: #5D4AA7;
}
.BgClassName
{
background-color: #5D4AA7;
}
</style>
border-color css
<style>
span { border-color: #5D4AA7; }
span { border-color: rgb(93,74,167); }
td.TdClassName
{
border-color: #5D4AA7;
}
.TagClassName
{
border-color: #5D4AA7;
}
</style>