Shades of Slate Blue #583DDE
Tints of Slate Blue #583DDE
RGB
CMYK
RGB Variations
Color information
#583DDE (or 0x583DDE) is known color: Slate Blue. HEX triplet: 58, 3D and DE. RGB value is (88,61,222). Sum of RGB (Red+Green+Blue) = 88+61+222=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #583DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583DDE is #A7C221. Grayscale: #565656. Windows color (decimal): -10994210 or 14564696. OLE color: 14564696.
HSL color Cylindrical-coordinate representation of color #583DDE: hue angle of 250.06º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #583DDE is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 61 | 222 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.13 |
| HSL | 250.06º | 0.71% | 0.55% | - |
| HSV(B) | 250.06º | 0.73% | 0.87% | - |
| XYZ | 18.88 | 10.69 | 70.17 | - |
| YUV | 87.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 222 | 0.60 | 0.73 | 0 | 0.13 | 250.06 | 0.71 | 0.55 |
| Hex | 58 | 3D | DE | 3C | 49 | 0 | D | FA | 47 | 37 |
| Octal | 130 | 75 | 336 | 74 | 111 | 0 | 15 | 372 | 107 | 67 |
| Binary | 1011000 | 111101 | 11011110 | 111100 | 1001001 | 0 | 1101 | 11111010 | 1000111 | 110111 |
Color Harmonies of #583DDE
Complementary color
Monochromatic Colors of #583DDE
Black with #583DDE
Text Example
Text Example
White with #583DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DDE; }
p { color: rgb(88,61,222); }
H1.HeaderClassName
{
color: #583DDE;
}
.AnyTagClassName
{
color: #583DDE;
}
</style>
background-color css
<style>
a { background-color: #583DDE; }
a { background-color: rgb(88,61,222); }
div.DivClassName
{
background-color: #583DDE;
}
.BgClassName
{
background-color: #583DDE;
}
</style>
border-color css
<style>
span { border-color: #583DDE; }
span { border-color: rgb(88,61,222); }
td.TdClassName
{
border-color: #583DDE;
}
.TagClassName
{
border-color: #583DDE;
}
</style>