Shades of Slate Blue #583EDC
Tints of Slate Blue #583EDC
RGB
CMYK
RGB Variations
Color information
#583EDC (or 0x583EDC) is known color: Slate Blue. HEX triplet: 58, 3E and DC. RGB value is (88,62,220). Sum of RGB (Red+Green+Blue) = 88+62+220=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #583EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583EDC is #A7C123. Grayscale: #575757. Windows color (decimal): -10993956 or 14433880. OLE color: 14433880.
HSL color Cylindrical-coordinate representation of color #583EDC: hue angle of 249.87º 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 #583EDC is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 62 | 220 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.14 |
| HSL | 249.87º | 0.69% | 0.55% | - |
| HSV(B) | 249.87º | 0.72% | 0.86% | - |
| XYZ | 18.67 | 10.69 | 68.79 | - |
| YUV | 87.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 220 | 0.6 | 0.72 | 0 | 0.14 | 249.87 | 0.69 | 0.55 |
| Hex | 58 | 3E | DC | 3C | 48 | 0 | E | FA | 45 | 37 |
| Octal | 130 | 76 | 334 | 74 | 110 | 0 | 16 | 372 | 105 | 67 |
| Binary | 1011000 | 111110 | 11011100 | 111100 | 1001000 | 0 | 1110 | 11111010 | 1000101 | 110111 |
Color Harmonies of #583EDC
Complementary color
Monochromatic Colors of #583EDC
Black with #583EDC
Text Example
Text Example
White with #583EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583EDC; }
p { color: rgb(88,62,220); }
H1.HeaderClassName
{
color: #583EDC;
}
.AnyTagClassName
{
color: #583EDC;
}
</style>
background-color css
<style>
a { background-color: #583EDC; }
a { background-color: rgb(88,62,220); }
div.DivClassName
{
background-color: #583EDC;
}
.BgClassName
{
background-color: #583EDC;
}
</style>
border-color css
<style>
span { border-color: #583EDC; }
span { border-color: rgb(88,62,220); }
td.TdClassName
{
border-color: #583EDC;
}
.TagClassName
{
border-color: #583EDC;
}
</style>