Shades of Rich Blue #5D4DAF
Tints of Rich Blue #5D4DAF
RGB
CMYK
RGB Variations
Color information
#5D4DAF (or 0x5D4DAF) is known color: Rich Blue. HEX triplet: 5D, 4D and AF. RGB value is (93,77,175). Sum of RGB (Red+Green+Blue) = 93+77+175=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 77 (30.47% from 255 or 22.32% 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 #5D4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DAF is #A2B250. Grayscale: #5C5C5C. Windows color (decimal): -10662481 or 11488605. OLE color: 11488605.
HSL color Cylindrical-coordinate representation of color #5D4DAF: hue angle of 249.8º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4DAF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 77 | 175 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.31 |
| HSL | 249.8º | 0.39% | 0.49% | - |
| HSV(B) | 249.8º | 0.56% | 0.69% | - |
| XYZ | 14.91 | 10.73 | 41.84 | - |
| YUV | 92.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 175 | 0.47 | 0.56 | 0 | 0.31 | 249.8 | 0.39 | 0.49 |
| Hex | 5D | 4D | AF | 2F | 38 | 0 | 1F | FA | 27 | 31 |
| Octal | 135 | 115 | 257 | 57 | 70 | 0 | 37 | 372 | 47 | 61 |
| Binary | 1011101 | 1001101 | 10101111 | 101111 | 111000 | 0 | 11111 | 11111010 | 100111 | 110001 |
Color Harmonies of #5D4DAF
Complementary color
Monochromatic Colors of #5D4DAF
Black with #5D4DAF
Text Example
Text Example
White with #5D4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DAF; }
p { color: rgb(93,77,175); }
H1.HeaderClassName
{
color: #5D4DAF;
}
.AnyTagClassName
{
color: #5D4DAF;
}
</style>
background-color css
<style>
a { background-color: #5D4DAF; }
a { background-color: rgb(93,77,175); }
div.DivClassName
{
background-color: #5D4DAF;
}
.BgClassName
{
background-color: #5D4DAF;
}
</style>
border-color css
<style>
span { border-color: #5D4DAF; }
span { border-color: rgb(93,77,175); }
td.TdClassName
{
border-color: #5D4DAF;
}
.TagClassName
{
border-color: #5D4DAF;
}
</style>