Shades of Slate Blue #5A3DDB
Tints of Slate Blue #5A3DDB
RGB
CMYK
RGB Variations
Color information
#5A3DDB (or 0x5A3DDB) is known color: Slate Blue. HEX triplet: 5A, 3D and DB. RGB value is (90,61,219). Sum of RGB (Red+Green+Blue) = 90+61+219=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3DDB is #A5C224. Grayscale: #575757. Windows color (decimal): -10863141 or 14368090. OLE color: 14368090.
HSL color Cylindrical-coordinate representation of color #5A3DDB: hue angle of 251.01º 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 #5A3DDB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 61 | 219 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.14 |
| HSL | 251.01º | 0.69% | 0.55% | - |
| HSV(B) | 251.01º | 0.72% | 0.86% | - |
| XYZ | 18.67 | 10.63 | 68.08 | - |
| YUV | 87.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 219 | 0.59 | 0.72 | 0 | 0.14 | 251.01 | 0.69 | 0.55 |
| Hex | 5A | 3D | DB | 3B | 48 | 0 | E | FB | 45 | 37 |
| Octal | 132 | 75 | 333 | 73 | 110 | 0 | 16 | 373 | 105 | 67 |
| Binary | 1011010 | 111101 | 11011011 | 111011 | 1001000 | 0 | 1110 | 11111011 | 1000101 | 110111 |
Color Harmonies of #5A3DDB
Complementary color
Monochromatic Colors of #5A3DDB
Black with #5A3DDB
Text Example
Text Example
White with #5A3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DDB; }
p { color: rgb(90,61,219); }
H1.HeaderClassName
{
color: #5A3DDB;
}
.AnyTagClassName
{
color: #5A3DDB;
}
</style>
background-color css
<style>
a { background-color: #5A3DDB; }
a { background-color: rgb(90,61,219); }
div.DivClassName
{
background-color: #5A3DDB;
}
.BgClassName
{
background-color: #5A3DDB;
}
</style>
border-color css
<style>
span { border-color: #5A3DDB; }
span { border-color: rgb(90,61,219); }
td.TdClassName
{
border-color: #5A3DDB;
}
.TagClassName
{
border-color: #5A3DDB;
}
</style>