Shades of Slate Blue #584AC2
Tints of Slate Blue #584AC2
RGB
CMYK
RGB Variations
Color information
#584AC2 (or 0x584AC2) is known color: Slate Blue. HEX triplet: 58, 4A and C2. RGB value is (88,74,194). Sum of RGB (Red+Green+Blue) = 88+74+194=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #584AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584AC2 is #A7B53D. Grayscale: #5B5B5B. Windows color (decimal): -10990910 or 12733016. OLE color: 12733016.
HSL color Cylindrical-coordinate representation of color #584AC2: hue angle of 247º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584AC2 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 74 | 194 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.24 |
| HSL | 247º | 0.5% | 0.53% | - |
| HSV(B) | 247º | 0.62% | 0.76% | - |
| XYZ | 16.21 | 10.87 | 52.28 | - |
| YUV | 91.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 194 | 0.55 | 0.62 | 0 | 0.24 | 247 | 0.5 | 0.53 |
| Hex | 58 | 4A | C2 | 37 | 3E | 0 | 18 | F7 | 32 | 35 |
| Octal | 130 | 112 | 302 | 67 | 76 | 0 | 30 | 367 | 62 | 65 |
| Binary | 1011000 | 1001010 | 11000010 | 110111 | 111110 | 0 | 11000 | 11110111 | 110010 | 110101 |
Color Harmonies of #584AC2
Complementary color
Monochromatic Colors of #584AC2
Black with #584AC2
Text Example
Text Example
White with #584AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584AC2; }
p { color: rgb(88,74,194); }
H1.HeaderClassName
{
color: #584AC2;
}
.AnyTagClassName
{
color: #584AC2;
}
</style>
background-color css
<style>
a { background-color: #584AC2; }
a { background-color: rgb(88,74,194); }
div.DivClassName
{
background-color: #584AC2;
}
.BgClassName
{
background-color: #584AC2;
}
</style>
border-color css
<style>
span { border-color: #584AC2; }
span { border-color: rgb(88,74,194); }
td.TdClassName
{
border-color: #584AC2;
}
.TagClassName
{
border-color: #584AC2;
}
</style>