Shades of Rich Blue #5D5BAF
Tints of Rich Blue #5D5BAF
RGB
CMYK
RGB Variations
Color information
#5D5BAF (or 0x5D5BAF) is known color: Rich Blue. HEX triplet: 5D, 5B and AF. RGB value is (93,91,175). Sum of RGB (Red+Green+Blue) = 93+91+175=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D5BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5BAF is #A2A450. Grayscale: #646464. Windows color (decimal): -10658897 or 11492189. OLE color: 11492189.
HSL color Cylindrical-coordinate representation of color #5D5BAF: hue angle of 241.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D5BAF is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 91 | 175 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.31 |
| HSL | 241.43º | 0.34% | 0.52% | - |
| HSV(B) | 241.43º | 0.48% | 0.69% | - |
| XYZ | 15.99 | 12.9 | 42.21 | - |
| YUV | 101.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 175 | 0.47 | 0.48 | 0 | 0.31 | 241.43 | 0.34 | 0.52 |
| Hex | 5D | 5B | AF | 2F | 30 | 0 | 1F | F1 | 22 | 34 |
| Octal | 135 | 133 | 257 | 57 | 60 | 0 | 37 | 361 | 42 | 64 |
| Binary | 1011101 | 1011011 | 10101111 | 101111 | 110000 | 0 | 11111 | 11110001 | 100010 | 110100 |
Color Harmonies of #5D5BAF
Complementary color
Monochromatic Colors of #5D5BAF
Black with #5D5BAF
Text Example
Text Example
White with #5D5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BAF; }
p { color: rgb(93,91,175); }
H1.HeaderClassName
{
color: #5D5BAF;
}
.AnyTagClassName
{
color: #5D5BAF;
}
</style>
background-color css
<style>
a { background-color: #5D5BAF; }
a { background-color: rgb(93,91,175); }
div.DivClassName
{
background-color: #5D5BAF;
}
.BgClassName
{
background-color: #5D5BAF;
}
</style>
border-color css
<style>
span { border-color: #5D5BAF; }
span { border-color: rgb(93,91,175); }
td.TdClassName
{
border-color: #5D5BAF;
}
.TagClassName
{
border-color: #5D5BAF;
}
</style>