Shades of Rich Blue #5B5ABE
Tints of Rich Blue #5B5ABE
RGB
CMYK
RGB Variations
Color information
#5B5ABE (or 0x5B5ABE) is known color: Rich Blue. HEX triplet: 5B, 5A and BE. RGB value is (91,90,190). Sum of RGB (Red+Green+Blue) = 91+90+190=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ABE is #A4A541. Grayscale: #656565. Windows color (decimal): -10790210 or 12474971. OLE color: 12474971.
HSL color Cylindrical-coordinate representation of color #5B5ABE: hue angle of 240.6º degrees, saturation: 0.43, 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 #5B5ABE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 90 | 190 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.25 |
| HSL | 240.6º | 0.43% | 0.55% | - |
| HSV(B) | 240.6º | 0.53% | 0.75% | - |
| XYZ | 17.26 | 13.25 | 50.36 | - |
| YUV | 101.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 190 | 0.52 | 0.53 | 0 | 0.25 | 240.6 | 0.43 | 0.55 |
| Hex | 5B | 5A | BE | 34 | 35 | 0 | 19 | F1 | 2B | 37 |
| Octal | 133 | 132 | 276 | 64 | 65 | 0 | 31 | 361 | 53 | 67 |
| Binary | 1011011 | 1011010 | 10111110 | 110100 | 110101 | 0 | 11001 | 11110001 | 101011 | 110111 |
Color Harmonies of #5B5ABE
Complementary color
Monochromatic Colors of #5B5ABE
Black with #5B5ABE
Text Example
Text Example
White with #5B5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ABE; }
p { color: rgb(91,90,190); }
H1.HeaderClassName
{
color: #5B5ABE;
}
.AnyTagClassName
{
color: #5B5ABE;
}
</style>
background-color css
<style>
a { background-color: #5B5ABE; }
a { background-color: rgb(91,90,190); }
div.DivClassName
{
background-color: #5B5ABE;
}
.BgClassName
{
background-color: #5B5ABE;
}
</style>
border-color css
<style>
span { border-color: #5B5ABE; }
span { border-color: rgb(91,90,190); }
td.TdClassName
{
border-color: #5B5ABE;
}
.TagClassName
{
border-color: #5B5ABE;
}
</style>