Shades of Rich Blue #5B5AB8
Tints of Rich Blue #5B5AB8
RGB
CMYK
RGB Variations
Color information
#5B5AB8 (or 0x5B5AB8) is known color: Rich Blue. HEX triplet: 5B, 5A and B8. RGB value is (91,90,184). Sum of RGB (Red+Green+Blue) = 91+90+184=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B5AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5AB8 is #A4A547. Grayscale: #646464. Windows color (decimal): -10790216 or 12081755. OLE color: 12081755.
HSL color Cylindrical-coordinate representation of color #5B5AB8: hue angle of 240.64º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B5AB8 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 90 | 184 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.28 |
| HSL | 240.64º | 0.4% | 0.54% | - |
| HSV(B) | 240.64º | 0.51% | 0.72% | - |
| XYZ | 16.62 | 13 | 46.98 | - |
| YUV | 101.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 184 | 0.51 | 0.51 | 0 | 0.28 | 240.64 | 0.4 | 0.54 |
| Hex | 5B | 5A | B8 | 33 | 33 | 0 | 1C | F1 | 28 | 36 |
| Octal | 133 | 132 | 270 | 63 | 63 | 0 | 34 | 361 | 50 | 66 |
| Binary | 1011011 | 1011010 | 10111000 | 110011 | 110011 | 0 | 11100 | 11110001 | 101000 | 110110 |
Color Harmonies of #5B5AB8
Complementary color
Monochromatic Colors of #5B5AB8
Black with #5B5AB8
Text Example
Text Example
White with #5B5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5AB8; }
p { color: rgb(91,90,184); }
H1.HeaderClassName
{
color: #5B5AB8;
}
.AnyTagClassName
{
color: #5B5AB8;
}
</style>
background-color css
<style>
a { background-color: #5B5AB8; }
a { background-color: rgb(91,90,184); }
div.DivClassName
{
background-color: #5B5AB8;
}
.BgClassName
{
background-color: #5B5AB8;
}
</style>
border-color css
<style>
span { border-color: #5B5AB8; }
span { border-color: rgb(91,90,184); }
td.TdClassName
{
border-color: #5B5AB8;
}
.TagClassName
{
border-color: #5B5AB8;
}
</style>