Shades of Slate Blue #5B3DDC
Tints of Slate Blue #5B3DDC
RGB
CMYK
RGB Variations
Color information
#5B3DDC (or 0x5B3DDC) is known color: Slate Blue. HEX triplet: 5B, 3D and DC. RGB value is (91,61,220). Sum of RGB (Red+Green+Blue) = 91+61+220=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B3DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DDC is #A4C223. Grayscale: #575757. Windows color (decimal): -10797604 or 14433627. OLE color: 14433627.
HSL color Cylindrical-coordinate representation of color #5B3DDC: hue angle of 251.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3DDC is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 61 | 220 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.14 |
| HSL | 251.32º | 0.69% | 0.55% | - |
| HSV(B) | 251.32º | 0.72% | 0.86% | - |
| XYZ | 18.9 | 10.73 | 68.78 | - |
| YUV | 88.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 220 | 0.59 | 0.72 | 0 | 0.14 | 251.32 | 0.69 | 0.55 |
| Hex | 5B | 3D | DC | 3B | 48 | 0 | E | FB | 45 | 37 |
| Octal | 133 | 75 | 334 | 73 | 110 | 0 | 16 | 373 | 105 | 67 |
| Binary | 1011011 | 111101 | 11011100 | 111011 | 1001000 | 0 | 1110 | 11111011 | 1000101 | 110111 |
Color Harmonies of #5B3DDC
Complementary color
Monochromatic Colors of #5B3DDC
Black with #5B3DDC
Text Example
Text Example
White with #5B3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3DDC; }
p { color: rgb(91,61,220); }
H1.HeaderClassName
{
color: #5B3DDC;
}
.AnyTagClassName
{
color: #5B3DDC;
}
</style>
background-color css
<style>
a { background-color: #5B3DDC; }
a { background-color: rgb(91,61,220); }
div.DivClassName
{
background-color: #5B3DDC;
}
.BgClassName
{
background-color: #5B3DDC;
}
</style>
border-color css
<style>
span { border-color: #5B3DDC; }
span { border-color: rgb(91,61,220); }
td.TdClassName
{
border-color: #5B3DDC;
}
.TagClassName
{
border-color: #5B3DDC;
}
</style>