Shades of Rich Blue #5B5DA4
Tints of Rich Blue #5B5DA4
RGB
CMYK
RGB Variations
Color information
#5B5DA4 (or 0x5B5DA4) is known color: Rich Blue. HEX triplet: 5B, 5D and A4. RGB value is (91,93,164). Sum of RGB (Red+Green+Blue) = 91+93+164=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B5DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5DA4 is #A4A25B. Grayscale: #646464. Windows color (decimal): -10789468 or 10771803. OLE color: 10771803.
HSL color Cylindrical-coordinate representation of color #5B5DA4: hue angle of 238.36º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5DA4 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 93 | 164 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.36 |
| HSL | 238.36º | 0.29% | 0.5% | - |
| HSV(B) | 238.36º | 0.45% | 0.64% | - |
| XYZ | 14.93 | 12.73 | 36.79 | - |
| YUV | 100.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 164 | 0.45 | 0.43 | 0 | 0.36 | 238.36 | 0.29 | 0.5 |
| Hex | 5B | 5D | A4 | 2D | 2B | 0 | 24 | EE | 1D | 32 |
| Octal | 133 | 135 | 244 | 55 | 53 | 0 | 44 | 356 | 35 | 62 |
| Binary | 1011011 | 1011101 | 10100100 | 101101 | 101011 | 0 | 100100 | 11101110 | 11101 | 110010 |
Color Harmonies of #5B5DA4
Complementary color
Monochromatic Colors of #5B5DA4
Black with #5B5DA4
Text Example
Text Example
White with #5B5DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DA4; }
p { color: rgb(91,93,164); }
H1.HeaderClassName
{
color: #5B5DA4;
}
.AnyTagClassName
{
color: #5B5DA4;
}
</style>
background-color css
<style>
a { background-color: #5B5DA4; }
a { background-color: rgb(91,93,164); }
div.DivClassName
{
background-color: #5B5DA4;
}
.BgClassName
{
background-color: #5B5DA4;
}
</style>
border-color css
<style>
span { border-color: #5B5DA4; }
span { border-color: rgb(91,93,164); }
td.TdClassName
{
border-color: #5B5DA4;
}
.TagClassName
{
border-color: #5B5DA4;
}
</style>