Shades of Rich Blue #5D53AF
Tints of Rich Blue #5D53AF
RGB
CMYK
RGB Variations
Color information
#5D53AF (or 0x5D53AF) is known color: Rich Blue. HEX triplet: 5D, 53 and AF. RGB value is (93,83,175). Sum of RGB (Red+Green+Blue) = 93+83+175=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D53AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D53AF is #A2AC50. Grayscale: #606060. Windows color (decimal): -10660945 or 11490141. OLE color: 11490141.
HSL color Cylindrical-coordinate representation of color #5D53AF: hue angle of 246.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D53AF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 83 | 175 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.31 |
| HSL | 246.52º | 0.37% | 0.51% | - |
| HSV(B) | 246.52º | 0.53% | 0.69% | - |
| XYZ | 15.35 | 11.61 | 41.99 | - |
| YUV | 96.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 175 | 0.47 | 0.53 | 0 | 0.31 | 246.52 | 0.37 | 0.51 |
| Hex | 5D | 53 | AF | 2F | 35 | 0 | 1F | F7 | 25 | 33 |
| Octal | 135 | 123 | 257 | 57 | 65 | 0 | 37 | 367 | 45 | 63 |
| Binary | 1011101 | 1010011 | 10101111 | 101111 | 110101 | 0 | 11111 | 11110111 | 100101 | 110011 |
Color Harmonies of #5D53AF
Complementary color
Monochromatic Colors of #5D53AF
Black with #5D53AF
Text Example
Text Example
White with #5D53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D53AF; }
p { color: rgb(93,83,175); }
H1.HeaderClassName
{
color: #5D53AF;
}
.AnyTagClassName
{
color: #5D53AF;
}
</style>
background-color css
<style>
a { background-color: #5D53AF; }
a { background-color: rgb(93,83,175); }
div.DivClassName
{
background-color: #5D53AF;
}
.BgClassName
{
background-color: #5D53AF;
}
</style>
border-color css
<style>
span { border-color: #5D53AF; }
span { border-color: rgb(93,83,175); }
td.TdClassName
{
border-color: #5D53AF;
}
.TagClassName
{
border-color: #5D53AF;
}
</style>