Shades of Slate Blue #5B3DDD
Tints of Slate Blue #5B3DDD
RGB
CMYK
RGB Variations
Color information
#5B3DDD (or 0x5B3DDD) is known color: Slate Blue. HEX triplet: 5B, 3D and DD. RGB value is (91,61,221). Sum of RGB (Red+Green+Blue) = 91+61+221=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B3DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DDD is #A4C222. Grayscale: #575757. Windows color (decimal): -10797603 or 14499163. OLE color: 14499163.
HSL color Cylindrical-coordinate representation of color #5B3DDD: hue angle of 251.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3DDD is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 61 | 221 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.13 |
| HSL | 251.25º | 0.7% | 0.55% | - |
| HSV(B) | 251.25º | 0.72% | 0.87% | - |
| XYZ | 19.03 | 10.78 | 69.48 | - |
| YUV | 88.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 221 | 0.59 | 0.72 | 0 | 0.13 | 251.25 | 0.7 | 0.55 |
| Hex | 5B | 3D | DD | 3B | 48 | 0 | D | FB | 46 | 37 |
| Octal | 133 | 75 | 335 | 73 | 110 | 0 | 15 | 373 | 106 | 67 |
| Binary | 1011011 | 111101 | 11011101 | 111011 | 1001000 | 0 | 1101 | 11111011 | 1000110 | 110111 |
Color Harmonies of #5B3DDD
Complementary color
Monochromatic Colors of #5B3DDD
Black with #5B3DDD
Text Example
Text Example
White with #5B3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3DDD; }
p { color: rgb(91,61,221); }
H1.HeaderClassName
{
color: #5B3DDD;
}
.AnyTagClassName
{
color: #5B3DDD;
}
</style>
background-color css
<style>
a { background-color: #5B3DDD; }
a { background-color: rgb(91,61,221); }
div.DivClassName
{
background-color: #5B3DDD;
}
.BgClassName
{
background-color: #5B3DDD;
}
</style>
border-color css
<style>
span { border-color: #5B3DDD; }
span { border-color: rgb(91,61,221); }
td.TdClassName
{
border-color: #5B3DDD;
}
.TagClassName
{
border-color: #5B3DDD;
}
</style>