Shades of Slate Blue #583DDB
Tints of Slate Blue #583DDB
RGB
CMYK
RGB Variations
Color information
#583DDB (or 0x583DDB) is known color: Slate Blue. HEX triplet: 58, 3D and DB. RGB value is (88,61,219). Sum of RGB (Red+Green+Blue) = 88+61+219=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #583DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583DDB is #A7C224. Grayscale: #565656. Windows color (decimal): -10994213 or 14368088. OLE color: 14368088.
HSL color Cylindrical-coordinate representation of color #583DDB: hue angle of 250.25º 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 #583DDB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 61 | 219 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.14 |
| HSL | 250.25º | 0.69% | 0.55% | - |
| HSV(B) | 250.25º | 0.72% | 0.86% | - |
| XYZ | 18.48 | 10.53 | 68.08 | - |
| YUV | 87.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 219 | 0.60 | 0.72 | 0 | 0.14 | 250.25 | 0.69 | 0.55 |
| Hex | 58 | 3D | DB | 3C | 48 | 0 | E | FA | 45 | 37 |
| Octal | 130 | 75 | 333 | 74 | 110 | 0 | 16 | 372 | 105 | 67 |
| Binary | 1011000 | 111101 | 11011011 | 111100 | 1001000 | 0 | 1110 | 11111010 | 1000101 | 110111 |
Color Harmonies of #583DDB
Complementary color
Monochromatic Colors of #583DDB
Black with #583DDB
Text Example
Text Example
White with #583DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DDB; }
p { color: rgb(88,61,219); }
H1.HeaderClassName
{
color: #583DDB;
}
.AnyTagClassName
{
color: #583DDB;
}
</style>
background-color css
<style>
a { background-color: #583DDB; }
a { background-color: rgb(88,61,219); }
div.DivClassName
{
background-color: #583DDB;
}
.BgClassName
{
background-color: #583DDB;
}
</style>
border-color css
<style>
span { border-color: #583DDB; }
span { border-color: rgb(88,61,219); }
td.TdClassName
{
border-color: #583DDB;
}
.TagClassName
{
border-color: #583DDB;
}
</style>