Shades of Rich Blue #5B5DBA
Tints of Rich Blue #5B5DBA
RGB
CMYK
RGB Variations
Color information
#5B5DBA (or 0x5B5DBA) is known color: Rich Blue. HEX triplet: 5B, 5D and BA. RGB value is (91,93,186). Sum of RGB (Red+Green+Blue) = 91+93+186=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DBA is #A4A245. Grayscale: #666666. Windows color (decimal): -10789446 or 12213595. OLE color: 12213595.
HSL color Cylindrical-coordinate representation of color #5B5DBA: hue angle of 238.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B5DBA is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 93 | 186 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.27 |
| HSL | 238.74º | 0.41% | 0.54% | - |
| HSV(B) | 238.74º | 0.51% | 0.73% | - |
| XYZ | 17.09 | 13.6 | 48.18 | - |
| YUV | 103 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 186 | 0.51 | 0.5 | 0 | 0.27 | 238.74 | 0.41 | 0.54 |
| Hex | 5B | 5D | BA | 33 | 32 | 0 | 1B | EF | 29 | 36 |
| Octal | 133 | 135 | 272 | 63 | 62 | 0 | 33 | 357 | 51 | 66 |
| Binary | 1011011 | 1011101 | 10111010 | 110011 | 110010 | 0 | 11011 | 11101111 | 101001 | 110110 |
Color Harmonies of #5B5DBA
Complementary color
Monochromatic Colors of #5B5DBA
Black with #5B5DBA
Text Example
Text Example
White with #5B5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DBA; }
p { color: rgb(91,93,186); }
H1.HeaderClassName
{
color: #5B5DBA;
}
.AnyTagClassName
{
color: #5B5DBA;
}
</style>
background-color css
<style>
a { background-color: #5B5DBA; }
a { background-color: rgb(91,93,186); }
div.DivClassName
{
background-color: #5B5DBA;
}
.BgClassName
{
background-color: #5B5DBA;
}
</style>
border-color css
<style>
span { border-color: #5B5DBA; }
span { border-color: rgb(91,93,186); }
td.TdClassName
{
border-color: #5B5DBA;
}
.TagClassName
{
border-color: #5B5DBA;
}
</style>