Shades of Rich Blue #5D5CBD
Tints of Rich Blue #5D5CBD
RGB
CMYK
RGB Variations
Color information
#5D5CBD (or 0x5D5CBD) is known color: Rich Blue. HEX triplet: 5D, 5C and BD. RGB value is (93,92,189). Sum of RGB (Red+Green+Blue) = 93+92+189=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D5CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5CBD is #A2A342. Grayscale: #666666. Windows color (decimal): -10658627 or 12409949. OLE color: 12409949.
HSL color Cylindrical-coordinate representation of color #5D5CBD: hue angle of 240.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D5CBD is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 92 | 189 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.26 |
| HSL | 240.62º | 0.42% | 0.55% | - |
| HSV(B) | 240.62º | 0.51% | 0.74% | - |
| XYZ | 17.53 | 13.66 | 49.86 | - |
| YUV | 103.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 189 | 0.51 | 0.51 | 0 | 0.26 | 240.62 | 0.42 | 0.55 |
| Hex | 5D | 5C | BD | 33 | 33 | 0 | 1A | F1 | 2A | 37 |
| Octal | 135 | 134 | 275 | 63 | 63 | 0 | 32 | 361 | 52 | 67 |
| Binary | 1011101 | 1011100 | 10111101 | 110011 | 110011 | 0 | 11010 | 11110001 | 101010 | 110111 |
Color Harmonies of #5D5CBD
Complementary color
Monochromatic Colors of #5D5CBD
Black with #5D5CBD
Text Example
Text Example
White with #5D5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5CBD; }
p { color: rgb(93,92,189); }
H1.HeaderClassName
{
color: #5D5CBD;
}
.AnyTagClassName
{
color: #5D5CBD;
}
</style>
background-color css
<style>
a { background-color: #5D5CBD; }
a { background-color: rgb(93,92,189); }
div.DivClassName
{
background-color: #5D5CBD;
}
.BgClassName
{
background-color: #5D5CBD;
}
</style>
border-color css
<style>
span { border-color: #5D5CBD; }
span { border-color: rgb(93,92,189); }
td.TdClassName
{
border-color: #5D5CBD;
}
.TagClassName
{
border-color: #5D5CBD;
}
</style>