Shades of Rich Blue #5B5AC0
Tints of Rich Blue #5B5AC0
RGB
CMYK
RGB Variations
Color information
#5B5AC0 (or 0x5B5AC0) is known color: Rich Blue. HEX triplet: 5B, 5A and C0. RGB value is (91,90,192). Sum of RGB (Red+Green+Blue) = 91+90+192=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5AC0 is #A4A53F. Grayscale: #656565. Windows color (decimal): -10790208 or 12606043. OLE color: 12606043.
HSL color Cylindrical-coordinate representation of color #5B5AC0: hue angle of 240.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5AC0 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 90 | 192 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.25 |
| HSL | 240.59º | 0.45% | 0.55% | - |
| HSV(B) | 240.59º | 0.53% | 0.75% | - |
| XYZ | 17.48 | 13.34 | 51.52 | - |
| YUV | 101.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 192 | 0.53 | 0.53 | 0 | 0.25 | 240.59 | 0.45 | 0.55 |
| Hex | 5B | 5A | C0 | 35 | 35 | 0 | 19 | F1 | 2D | 37 |
| Octal | 133 | 132 | 300 | 65 | 65 | 0 | 31 | 361 | 55 | 67 |
| Binary | 1011011 | 1011010 | 11000000 | 110101 | 110101 | 0 | 11001 | 11110001 | 101101 | 110111 |
Color Harmonies of #5B5AC0
Complementary color
Monochromatic Colors of #5B5AC0
Black with #5B5AC0
Text Example
Text Example
White with #5B5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5AC0; }
p { color: rgb(91,90,192); }
H1.HeaderClassName
{
color: #5B5AC0;
}
.AnyTagClassName
{
color: #5B5AC0;
}
</style>
background-color css
<style>
a { background-color: #5B5AC0; }
a { background-color: rgb(91,90,192); }
div.DivClassName
{
background-color: #5B5AC0;
}
.BgClassName
{
background-color: #5B5AC0;
}
</style>
border-color css
<style>
span { border-color: #5B5AC0; }
span { border-color: rgb(91,90,192); }
td.TdClassName
{
border-color: #5B5AC0;
}
.TagClassName
{
border-color: #5B5AC0;
}
</style>