Shades of Slate Blue #573FDC
Tints of Slate Blue #573FDC
RGB
CMYK
RGB Variations
Color information
#573FDC (or 0x573FDC) is known color: Slate Blue. HEX triplet: 57, 3F and DC. RGB value is (87,63,220). Sum of RGB (Red+Green+Blue) = 87+63+220=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #573FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FDC is #A8C023. Grayscale: #575757. Windows color (decimal): -11059236 or 14434135. OLE color: 14434135.
HSL color Cylindrical-coordinate representation of color #573FDC: hue angle of 249.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573FDC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 63 | 220 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.14 |
| HSL | 249.17º | 0.69% | 0.55% | - |
| HSV(B) | 249.17º | 0.71% | 0.86% | - |
| XYZ | 18.63 | 10.75 | 68.8 | - |
| YUV | 88.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 220 | 0.60 | 0.71 | 0 | 0.14 | 249.17 | 0.69 | 0.55 |
| Hex | 57 | 3F | DC | 3C | 47 | 0 | E | F9 | 45 | 37 |
| Octal | 127 | 77 | 334 | 74 | 107 | 0 | 16 | 371 | 105 | 67 |
| Binary | 1010111 | 111111 | 11011100 | 111100 | 1000111 | 0 | 1110 | 11111001 | 1000101 | 110111 |
Color Harmonies of #573FDC
Complementary color
Monochromatic Colors of #573FDC
Black with #573FDC
Text Example
Text Example
White with #573FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573FDC; }
p { color: rgb(87,63,220); }
H1.HeaderClassName
{
color: #573FDC;
}
.AnyTagClassName
{
color: #573FDC;
}
</style>
background-color css
<style>
a { background-color: #573FDC; }
a { background-color: rgb(87,63,220); }
div.DivClassName
{
background-color: #573FDC;
}
.BgClassName
{
background-color: #573FDC;
}
</style>
border-color css
<style>
span { border-color: #573FDC; }
span { border-color: rgb(87,63,220); }
td.TdClassName
{
border-color: #573FDC;
}
.TagClassName
{
border-color: #573FDC;
}
</style>