Shades of Slate Blue #583DDD
Tints of Slate Blue #583DDD
RGB
CMYK
RGB Variations
Color information
#583DDD (or 0x583DDD) is known color: Slate Blue. HEX triplet: 58, 3D and DD. RGB value is (88,61,221). Sum of RGB (Red+Green+Blue) = 88+61+221=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #583DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583DDD is #A7C222. Grayscale: #565656. Windows color (decimal): -10994211 or 14499160. OLE color: 14499160.
HSL color Cylindrical-coordinate representation of color #583DDD: hue angle of 250.12º 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 #583DDD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 61 | 221 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.13 |
| HSL | 250.13º | 0.7% | 0.55% | - |
| HSV(B) | 250.13º | 0.72% | 0.87% | - |
| XYZ | 18.74 | 10.63 | 69.47 | - |
| YUV | 87.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 221 | 0.60 | 0.72 | 0 | 0.13 | 250.13 | 0.7 | 0.55 |
| Hex | 58 | 3D | DD | 3C | 48 | 0 | D | FA | 46 | 37 |
| Octal | 130 | 75 | 335 | 74 | 110 | 0 | 15 | 372 | 106 | 67 |
| Binary | 1011000 | 111101 | 11011101 | 111100 | 1001000 | 0 | 1101 | 11111010 | 1000110 | 110111 |
Color Harmonies of #583DDD
Complementary color
Monochromatic Colors of #583DDD
Black with #583DDD
Text Example
Text Example
White with #583DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DDD; }
p { color: rgb(88,61,221); }
H1.HeaderClassName
{
color: #583DDD;
}
.AnyTagClassName
{
color: #583DDD;
}
</style>
background-color css
<style>
a { background-color: #583DDD; }
a { background-color: rgb(88,61,221); }
div.DivClassName
{
background-color: #583DDD;
}
.BgClassName
{
background-color: #583DDD;
}
</style>
border-color css
<style>
span { border-color: #583DDD; }
span { border-color: rgb(88,61,221); }
td.TdClassName
{
border-color: #583DDD;
}
.TagClassName
{
border-color: #583DDD;
}
</style>