Shades of Rich Blue #5D5ABD
Tints of Rich Blue #5D5ABD
RGB
CMYK
RGB Variations
Color information
#5D5ABD (or 0x5D5ABD) is known color: Rich Blue. HEX triplet: 5D, 5A and BD. RGB value is (93,90,189). Sum of RGB (Red+Green+Blue) = 93+90+189=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ABD is #A2A542. Grayscale: #656565. Windows color (decimal): -10659139 or 12409437. OLE color: 12409437.
HSL color Cylindrical-coordinate representation of color #5D5ABD: hue angle of 241.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D5ABD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 90 | 189 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.26 |
| HSL | 241.82º | 0.43% | 0.55% | - |
| HSV(B) | 241.82º | 0.52% | 0.74% | - |
| XYZ | 17.36 | 13.31 | 49.8 | - |
| YUV | 102.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 189 | 0.51 | 0.52 | 0 | 0.26 | 241.82 | 0.43 | 0.55 |
| Hex | 5D | 5A | BD | 33 | 34 | 0 | 1A | F2 | 2B | 37 |
| Octal | 135 | 132 | 275 | 63 | 64 | 0 | 32 | 362 | 53 | 67 |
| Binary | 1011101 | 1011010 | 10111101 | 110011 | 110100 | 0 | 11010 | 11110010 | 101011 | 110111 |
Color Harmonies of #5D5ABD
Complementary color
Monochromatic Colors of #5D5ABD
Black with #5D5ABD
Text Example
Text Example
White with #5D5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5ABD; }
p { color: rgb(93,90,189); }
H1.HeaderClassName
{
color: #5D5ABD;
}
.AnyTagClassName
{
color: #5D5ABD;
}
</style>
background-color css
<style>
a { background-color: #5D5ABD; }
a { background-color: rgb(93,90,189); }
div.DivClassName
{
background-color: #5D5ABD;
}
.BgClassName
{
background-color: #5D5ABD;
}
</style>
border-color css
<style>
span { border-color: #5D5ABD; }
span { border-color: rgb(93,90,189); }
td.TdClassName
{
border-color: #5D5ABD;
}
.TagClassName
{
border-color: #5D5ABD;
}
</style>