Shades of Rich Blue #5D55AB
Tints of Rich Blue #5D55AB
RGB
CMYK
RGB Variations
Color information
#5D55AB (or 0x5D55AB) is known color: Rich Blue. HEX triplet: 5D, 55 and AB. RGB value is (93,85,171). Sum of RGB (Red+Green+Blue) = 93+85+171=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D55AB is #A2AA54. Grayscale: #606060. Windows color (decimal): -10660437 or 11228509. OLE color: 11228509.
HSL color Cylindrical-coordinate representation of color #5D55AB: hue angle of 245.58º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D55AB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 85 | 171 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.33 |
| HSL | 245.58º | 0.34% | 0.5% | - |
| HSV(B) | 245.58º | 0.5% | 0.67% | - |
| XYZ | 15.11 | 11.76 | 40 | - |
| YUV | 97.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 171 | 0.46 | 0.50 | 0 | 0.33 | 245.58 | 0.34 | 0.5 |
| Hex | 5D | 55 | AB | 2E | 32 | 0 | 21 | F6 | 22 | 32 |
| Octal | 135 | 125 | 253 | 56 | 62 | 0 | 41 | 366 | 42 | 62 |
| Binary | 1011101 | 1010101 | 10101011 | 101110 | 110010 | 0 | 100001 | 11110110 | 100010 | 110010 |
Color Harmonies of #5D55AB
Complementary color
Monochromatic Colors of #5D55AB
Black with #5D55AB
Text Example
Text Example
White with #5D55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55AB; }
p { color: rgb(93,85,171); }
H1.HeaderClassName
{
color: #5D55AB;
}
.AnyTagClassName
{
color: #5D55AB;
}
</style>
background-color css
<style>
a { background-color: #5D55AB; }
a { background-color: rgb(93,85,171); }
div.DivClassName
{
background-color: #5D55AB;
}
.BgClassName
{
background-color: #5D55AB;
}
</style>
border-color css
<style>
span { border-color: #5D55AB; }
span { border-color: rgb(93,85,171); }
td.TdClassName
{
border-color: #5D55AB;
}
.TagClassName
{
border-color: #5D55AB;
}
</style>