Shades of Rich Blue #5D59AF
Tints of Rich Blue #5D59AF
RGB
CMYK
RGB Variations
Color information
#5D59AF (or 0x5D59AF) is known color: Rich Blue. HEX triplet: 5D, 59 and AF. RGB value is (93,89,175). Sum of RGB (Red+Green+Blue) = 93+89+175=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D59AF is #A2A650. Grayscale: #636363. Windows color (decimal): -10659409 or 11491677. OLE color: 11491677.
HSL color Cylindrical-coordinate representation of color #5D59AF: hue angle of 242.79º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D59AF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 89 | 175 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.31 |
| HSL | 242.79º | 0.35% | 0.52% | - |
| HSV(B) | 242.79º | 0.49% | 0.69% | - |
| XYZ | 15.82 | 12.57 | 42.15 | - |
| YUV | 100 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 175 | 0.47 | 0.49 | 0 | 0.31 | 242.79 | 0.35 | 0.52 |
| Hex | 5D | 59 | AF | 2F | 31 | 0 | 1F | F3 | 23 | 34 |
| Octal | 135 | 131 | 257 | 57 | 61 | 0 | 37 | 363 | 43 | 64 |
| Binary | 1011101 | 1011001 | 10101111 | 101111 | 110001 | 0 | 11111 | 11110011 | 100011 | 110100 |
Color Harmonies of #5D59AF
Complementary color
Monochromatic Colors of #5D59AF
Black with #5D59AF
Text Example
Text Example
White with #5D59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59AF; }
p { color: rgb(93,89,175); }
H1.HeaderClassName
{
color: #5D59AF;
}
.AnyTagClassName
{
color: #5D59AF;
}
</style>
background-color css
<style>
a { background-color: #5D59AF; }
a { background-color: rgb(93,89,175); }
div.DivClassName
{
background-color: #5D59AF;
}
.BgClassName
{
background-color: #5D59AF;
}
</style>
border-color css
<style>
span { border-color: #5D59AF; }
span { border-color: rgb(93,89,175); }
td.TdClassName
{
border-color: #5D59AF;
}
.TagClassName
{
border-color: #5D59AF;
}
</style>