Shades of Slate Blue #584FDD
Tints of Slate Blue #584FDD
RGB
CMYK
RGB Variations
Color information
#584FDD (or 0x584FDD) is known color: Slate Blue. HEX triplet: 58, 4F and DD. RGB value is (88,79,221). Sum of RGB (Red+Green+Blue) = 88+79+221=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #584FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FDD is #A7B022. Grayscale: #616161. Windows color (decimal): -10989603 or 14503768. OLE color: 14503768.
HSL color Cylindrical-coordinate representation of color #584FDD: hue angle of 243.8º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584FDD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 79 | 221 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.13 |
| HSL | 243.8º | 0.68% | 0.59% | - |
| HSV(B) | 243.8º | 0.64% | 0.87% | - |
| XYZ | 19.87 | 12.89 | 69.85 | - |
| YUV | 97.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 221 | 0.60 | 0.64 | 0 | 0.13 | 243.8 | 0.68 | 0.59 |
| Hex | 58 | 4F | DD | 3C | 40 | 0 | D | F4 | 44 | 3B |
| Octal | 130 | 117 | 335 | 74 | 100 | 0 | 15 | 364 | 104 | 73 |
| Binary | 1011000 | 1001111 | 11011101 | 111100 | 1000000 | 0 | 1101 | 11110100 | 1000100 | 111011 |
Color Harmonies of #584FDD
Complementary color
Monochromatic Colors of #584FDD
Black with #584FDD
Text Example
Text Example
White with #584FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584FDD; }
p { color: rgb(88,79,221); }
H1.HeaderClassName
{
color: #584FDD;
}
.AnyTagClassName
{
color: #584FDD;
}
</style>
background-color css
<style>
a { background-color: #584FDD; }
a { background-color: rgb(88,79,221); }
div.DivClassName
{
background-color: #584FDD;
}
.BgClassName
{
background-color: #584FDD;
}
</style>
border-color css
<style>
span { border-color: #584FDD; }
span { border-color: rgb(88,79,221); }
td.TdClassName
{
border-color: #584FDD;
}
.TagClassName
{
border-color: #584FDD;
}
</style>