Shades of Slate Blue #584ACC
Tints of Slate Blue #584ACC
RGB
CMYK
RGB Variations
Color information
#584ACC (or 0x584ACC) is known color: Slate Blue. HEX triplet: 58, 4A and CC. RGB value is (88,74,204). Sum of RGB (Red+Green+Blue) = 88+74+204=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #584ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ACC is #A7B533. Grayscale: #5C5C5C. Windows color (decimal): -10990900 or 13388376. OLE color: 13388376.
HSL color Cylindrical-coordinate representation of color #584ACC: hue angle of 246.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584ACC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 74 | 204 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.2 |
| HSL | 246.46º | 0.56% | 0.55% | - |
| HSV(B) | 246.46º | 0.64% | 0.8% | - |
| XYZ | 17.37 | 11.33 | 58.4 | - |
| YUV | 93.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 204 | 0.57 | 0.64 | 0 | 0.2 | 246.46 | 0.56 | 0.55 |
| Hex | 58 | 4A | CC | 39 | 40 | 0 | 14 | F6 | 38 | 37 |
| Octal | 130 | 112 | 314 | 71 | 100 | 0 | 24 | 366 | 70 | 67 |
| Binary | 1011000 | 1001010 | 11001100 | 111001 | 1000000 | 0 | 10100 | 11110110 | 111000 | 110111 |
Color Harmonies of #584ACC
Complementary color
Monochromatic Colors of #584ACC
Black with #584ACC
Text Example
Text Example
White with #584ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ACC; }
p { color: rgb(88,74,204); }
H1.HeaderClassName
{
color: #584ACC;
}
.AnyTagClassName
{
color: #584ACC;
}
</style>
background-color css
<style>
a { background-color: #584ACC; }
a { background-color: rgb(88,74,204); }
div.DivClassName
{
background-color: #584ACC;
}
.BgClassName
{
background-color: #584ACC;
}
</style>
border-color css
<style>
span { border-color: #584ACC; }
span { border-color: rgb(88,74,204); }
td.TdClassName
{
border-color: #584ACC;
}
.TagClassName
{
border-color: #584ACC;
}
</style>