Shades of Rich Blue #5D5BBE
Tints of Rich Blue #5D5BBE
RGB
CMYK
RGB Variations
Color information
#5D5BBE (or 0x5D5BBE) is known color: Rich Blue. HEX triplet: 5D, 5B and BE. RGB value is (93,91,190). Sum of RGB (Red+Green+Blue) = 93+91+190=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5BBE is #A2A441. Grayscale: #666666. Windows color (decimal): -10658882 or 12475229. OLE color: 12475229.
HSL color Cylindrical-coordinate representation of color #5D5BBE: hue angle of 241.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D5BBE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 91 | 190 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.25 |
| HSL | 241.21º | 0.43% | 0.55% | - |
| HSV(B) | 241.21º | 0.52% | 0.75% | - |
| XYZ | 17.55 | 13.53 | 50.4 | - |
| YUV | 102.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 190 | 0.51 | 0.52 | 0 | 0.25 | 241.21 | 0.43 | 0.55 |
| Hex | 5D | 5B | BE | 33 | 34 | 0 | 19 | F1 | 2B | 37 |
| Octal | 135 | 133 | 276 | 63 | 64 | 0 | 31 | 361 | 53 | 67 |
| Binary | 1011101 | 1011011 | 10111110 | 110011 | 110100 | 0 | 11001 | 11110001 | 101011 | 110111 |
Color Harmonies of #5D5BBE
Complementary color
Monochromatic Colors of #5D5BBE
Black with #5D5BBE
Text Example
Text Example
White with #5D5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BBE; }
p { color: rgb(93,91,190); }
H1.HeaderClassName
{
color: #5D5BBE;
}
.AnyTagClassName
{
color: #5D5BBE;
}
</style>
background-color css
<style>
a { background-color: #5D5BBE; }
a { background-color: rgb(93,91,190); }
div.DivClassName
{
background-color: #5D5BBE;
}
.BgClassName
{
background-color: #5D5BBE;
}
</style>
border-color css
<style>
span { border-color: #5D5BBE; }
span { border-color: rgb(93,91,190); }
td.TdClassName
{
border-color: #5D5BBE;
}
.TagClassName
{
border-color: #5D5BBE;
}
</style>