Shades of Slate Blue #585ADC
Tints of Slate Blue #585ADC
RGB
CMYK
RGB Variations
Color information
#585ADC (or 0x585ADC) is known color: Slate Blue. HEX triplet: 58, 5A and DC. RGB value is (88,90,220). Sum of RGB (Red+Green+Blue) = 88+90+220=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #585ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ADC is #A7A523. Grayscale: #676767. Windows color (decimal): -10986788 or 14441048. OLE color: 14441048.
HSL color Cylindrical-coordinate representation of color #585ADC: hue angle of 239.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585ADC is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 90 | 220 | - |
| CMYK | 0.6 | 0.59 | 0 | 0.14 |
| HSL | 239.09º | 0.65% | 0.6% | - |
| HSV(B) | 239.09º | 0.6% | 0.86% | - |
| XYZ | 20.6 | 14.55 | 69.43 | - |
| YUV | 104.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 220 | 0.6 | 0.59 | 0 | 0.14 | 239.09 | 0.65 | 0.6 |
| Hex | 58 | 5A | DC | 3C | 3B | 0 | E | EF | 41 | 3C |
| Octal | 130 | 132 | 334 | 74 | 73 | 0 | 16 | 357 | 101 | 74 |
| Binary | 1011000 | 1011010 | 11011100 | 111100 | 111011 | 0 | 1110 | 11101111 | 1000001 | 111100 |
Color Harmonies of #585ADC
Complementary color
Monochromatic Colors of #585ADC
Black with #585ADC
Text Example
Text Example
White with #585ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585ADC; }
p { color: rgb(88,90,220); }
H1.HeaderClassName
{
color: #585ADC;
}
.AnyTagClassName
{
color: #585ADC;
}
</style>
background-color css
<style>
a { background-color: #585ADC; }
a { background-color: rgb(88,90,220); }
div.DivClassName
{
background-color: #585ADC;
}
.BgClassName
{
background-color: #585ADC;
}
</style>
border-color css
<style>
span { border-color: #585ADC; }
span { border-color: rgb(88,90,220); }
td.TdClassName
{
border-color: #585ADC;
}
.TagClassName
{
border-color: #585ADC;
}
</style>