Shades of Rich Blue #5D58AB
Tints of Rich Blue #5D58AB
RGB
CMYK
RGB Variations
Color information
#5D58AB (or 0x5D58AB) is known color: Rich Blue. HEX triplet: 5D, 58 and AB. RGB value is (93,88,171). Sum of RGB (Red+Green+Blue) = 93+88+171=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D58AB is #A2A754. Grayscale: #626262. Windows color (decimal): -10659669 or 11229277. OLE color: 11229277.
HSL color Cylindrical-coordinate representation of color #5D58AB: hue angle of 243.61º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D58AB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 88 | 171 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.33 |
| HSL | 243.61º | 0.33% | 0.51% | - |
| HSV(B) | 243.61º | 0.49% | 0.67% | - |
| XYZ | 15.35 | 12.25 | 40.08 | - |
| YUV | 98.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 171 | 0.46 | 0.49 | 0 | 0.33 | 243.61 | 0.33 | 0.51 |
| Hex | 5D | 58 | AB | 2E | 31 | 0 | 21 | F4 | 21 | 33 |
| Octal | 135 | 130 | 253 | 56 | 61 | 0 | 41 | 364 | 41 | 63 |
| Binary | 1011101 | 1011000 | 10101011 | 101110 | 110001 | 0 | 100001 | 11110100 | 100001 | 110011 |
Color Harmonies of #5D58AB
Complementary color
Monochromatic Colors of #5D58AB
Black with #5D58AB
Text Example
Text Example
White with #5D58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D58AB; }
p { color: rgb(93,88,171); }
H1.HeaderClassName
{
color: #5D58AB;
}
.AnyTagClassName
{
color: #5D58AB;
}
</style>
background-color css
<style>
a { background-color: #5D58AB; }
a { background-color: rgb(93,88,171); }
div.DivClassName
{
background-color: #5D58AB;
}
.BgClassName
{
background-color: #5D58AB;
}
</style>
border-color css
<style>
span { border-color: #5D58AB; }
span { border-color: rgb(93,88,171); }
td.TdClassName
{
border-color: #5D58AB;
}
.TagClassName
{
border-color: #5D58AB;
}
</style>