Shades of Rich Blue #5B5DC1
Tints of Rich Blue #5B5DC1
RGB
CMYK
RGB Variations
Color information
#5B5DC1 (or 0x5B5DC1) is known color: Rich Blue. HEX triplet: 5B, 5D and C1. RGB value is (91,93,193). Sum of RGB (Red+Green+Blue) = 91+93+193=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B5DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DC1 is #A4A23E. Grayscale: #676767. Windows color (decimal): -10789439 or 12672347. OLE color: 12672347.
HSL color Cylindrical-coordinate representation of color #5B5DC1: hue angle of 238.82º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5DC1 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 93 | 193 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.24 |
| HSL | 238.82º | 0.45% | 0.56% | - |
| HSV(B) | 238.82º | 0.53% | 0.76% | - |
| XYZ | 17.85 | 13.9 | 52.19 | - |
| YUV | 103.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 193 | 0.53 | 0.52 | 0 | 0.24 | 238.82 | 0.45 | 0.56 |
| Hex | 5B | 5D | C1 | 35 | 34 | 0 | 18 | EF | 2D | 38 |
| Octal | 133 | 135 | 301 | 65 | 64 | 0 | 30 | 357 | 55 | 70 |
| Binary | 1011011 | 1011101 | 11000001 | 110101 | 110100 | 0 | 11000 | 11101111 | 101101 | 111000 |
Color Harmonies of #5B5DC1
Complementary color
Monochromatic Colors of #5B5DC1
Black with #5B5DC1
Text Example
Text Example
White with #5B5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DC1; }
p { color: rgb(91,93,193); }
H1.HeaderClassName
{
color: #5B5DC1;
}
.AnyTagClassName
{
color: #5B5DC1;
}
</style>
background-color css
<style>
a { background-color: #5B5DC1; }
a { background-color: rgb(91,93,193); }
div.DivClassName
{
background-color: #5B5DC1;
}
.BgClassName
{
background-color: #5B5DC1;
}
</style>
border-color css
<style>
span { border-color: #5B5DC1; }
span { border-color: rgb(91,93,193); }
td.TdClassName
{
border-color: #5B5DC1;
}
.TagClassName
{
border-color: #5B5DC1;
}
</style>