Shades of Rich Blue #5B5EAC
Tints of Rich Blue #5B5EAC
RGB
CMYK
RGB Variations
Color information
#5B5EAC (or 0x5B5EAC) is known color: Rich Blue. HEX triplet: 5B, 5E and AC. RGB value is (91,94,172). Sum of RGB (Red+Green+Blue) = 91+94+172=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5EAC is #A4A153. Grayscale: #656565. Windows color (decimal): -10789204 or 11296347. OLE color: 11296347.
HSL color Cylindrical-coordinate representation of color #5B5EAC: hue angle of 237.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5EAC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 94 | 172 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.33 |
| HSL | 237.78º | 0.33% | 0.52% | - |
| HSV(B) | 237.78º | 0.47% | 0.67% | - |
| XYZ | 15.76 | 13.21 | 40.75 | - |
| YUV | 102 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 172 | 0.47 | 0.45 | 0 | 0.33 | 237.78 | 0.33 | 0.52 |
| Hex | 5B | 5E | AC | 2F | 2D | 0 | 21 | EE | 21 | 34 |
| Octal | 133 | 136 | 254 | 57 | 55 | 0 | 41 | 356 | 41 | 64 |
| Binary | 1011011 | 1011110 | 10101100 | 101111 | 101101 | 0 | 100001 | 11101110 | 100001 | 110100 |
Color Harmonies of #5B5EAC
Complementary color
Monochromatic Colors of #5B5EAC
Black with #5B5EAC
Text Example
Text Example
White with #5B5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EAC; }
p { color: rgb(91,94,172); }
H1.HeaderClassName
{
color: #5B5EAC;
}
.AnyTagClassName
{
color: #5B5EAC;
}
</style>
background-color css
<style>
a { background-color: #5B5EAC; }
a { background-color: rgb(91,94,172); }
div.DivClassName
{
background-color: #5B5EAC;
}
.BgClassName
{
background-color: #5B5EAC;
}
</style>
border-color css
<style>
span { border-color: #5B5EAC; }
span { border-color: rgb(91,94,172); }
td.TdClassName
{
border-color: #5B5EAC;
}
.TagClassName
{
border-color: #5B5EAC;
}
</style>