Shades of Slate Blue #584FDC
Tints of Slate Blue #584FDC
RGB
CMYK
RGB Variations
Color information
#584FDC (or 0x584FDC) is known color: Slate Blue. HEX triplet: 58, 4F and DC. RGB value is (88,79,220). Sum of RGB (Red+Green+Blue) = 88+79+220=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #584FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FDC is #A7B023. Grayscale: #616161. Windows color (decimal): -10989604 or 14438232. OLE color: 14438232.
HSL color Cylindrical-coordinate representation of color #584FDC: hue angle of 243.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584FDC is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 79 | 220 | - |
| CMYK | 0.6 | 0.64 | 0 | 0.14 |
| HSL | 243.83º | 0.67% | 0.59% | - |
| HSV(B) | 243.83º | 0.64% | 0.86% | - |
| XYZ | 19.74 | 12.83 | 69.15 | - |
| YUV | 97.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 220 | 0.6 | 0.64 | 0 | 0.14 | 243.83 | 0.67 | 0.59 |
| Hex | 58 | 4F | DC | 3C | 40 | 0 | E | F4 | 43 | 3B |
| Octal | 130 | 117 | 334 | 74 | 100 | 0 | 16 | 364 | 103 | 73 |
| Binary | 1011000 | 1001111 | 11011100 | 111100 | 1000000 | 0 | 1110 | 11110100 | 1000011 | 111011 |
Color Harmonies of #584FDC
Complementary color
Monochromatic Colors of #584FDC
Black with #584FDC
Text Example
Text Example
White with #584FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584FDC; }
p { color: rgb(88,79,220); }
H1.HeaderClassName
{
color: #584FDC;
}
.AnyTagClassName
{
color: #584FDC;
}
</style>
background-color css
<style>
a { background-color: #584FDC; }
a { background-color: rgb(88,79,220); }
div.DivClassName
{
background-color: #584FDC;
}
.BgClassName
{
background-color: #584FDC;
}
</style>
border-color css
<style>
span { border-color: #584FDC; }
span { border-color: rgb(88,79,220); }
td.TdClassName
{
border-color: #584FDC;
}
.TagClassName
{
border-color: #584FDC;
}
</style>