Shades of Rich Blue #5B5FAB
Tints of Rich Blue #5B5FAB
RGB
CMYK
RGB Variations
Color information
#5B5FAB (or 0x5B5FAB) is known color: Rich Blue. HEX triplet: 5B, 5F and AB. RGB value is (91,95,171). Sum of RGB (Red+Green+Blue) = 91+95+171=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5FAB is #A4A054. Grayscale: #666666. Windows color (decimal): -10788949 or 11231067. OLE color: 11231067.
HSL color Cylindrical-coordinate representation of color #5B5FAB: hue angle of 237º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5FAB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 95 | 171 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.33 |
| HSL | 237º | 0.32% | 0.51% | - |
| HSV(B) | 237º | 0.47% | 0.67% | - |
| XYZ | 15.76 | 13.35 | 40.27 | - |
| YUV | 102.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 171 | 0.47 | 0.44 | 0 | 0.33 | 237 | 0.32 | 0.51 |
| Hex | 5B | 5F | AB | 2F | 2C | 0 | 21 | ED | 20 | 33 |
| Octal | 133 | 137 | 253 | 57 | 54 | 0 | 41 | 355 | 40 | 63 |
| Binary | 1011011 | 1011111 | 10101011 | 101111 | 101100 | 0 | 100001 | 11101101 | 100000 | 110011 |
Color Harmonies of #5B5FAB
Complementary color
Monochromatic Colors of #5B5FAB
Black with #5B5FAB
Text Example
Text Example
White with #5B5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FAB; }
p { color: rgb(91,95,171); }
H1.HeaderClassName
{
color: #5B5FAB;
}
.AnyTagClassName
{
color: #5B5FAB;
}
</style>
background-color css
<style>
a { background-color: #5B5FAB; }
a { background-color: rgb(91,95,171); }
div.DivClassName
{
background-color: #5B5FAB;
}
.BgClassName
{
background-color: #5B5FAB;
}
</style>
border-color css
<style>
span { border-color: #5B5FAB; }
span { border-color: rgb(91,95,171); }
td.TdClassName
{
border-color: #5B5FAB;
}
.TagClassName
{
border-color: #5B5FAB;
}
</style>