Shades of Slate Blue #573DDF
Tints of Slate Blue #573DDF
RGB
CMYK
RGB Variations
Color information
#573DDF (or 0x573DDF) is known color: Slate Blue. HEX triplet: 57, 3D and DF. RGB value is (87,61,223). Sum of RGB (Red+Green+Blue) = 87+61+223=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #573DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DDF is #A8C220. Grayscale: #565656. Windows color (decimal): -11059745 or 14630231. OLE color: 14630231.
HSL color Cylindrical-coordinate representation of color #573DDF: hue angle of 249.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573DDF is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 61 | 223 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.13 |
| HSL | 249.63º | 0.72% | 0.56% | - |
| HSV(B) | 249.63º | 0.73% | 0.87% | - |
| XYZ | 18.92 | 10.69 | 70.88 | - |
| YUV | 87.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 223 | 0.61 | 0.73 | 0 | 0.13 | 249.63 | 0.72 | 0.56 |
| Hex | 57 | 3D | DF | 3D | 49 | 0 | D | FA | 48 | 38 |
| Octal | 127 | 75 | 337 | 75 | 111 | 0 | 15 | 372 | 110 | 70 |
| Binary | 1010111 | 111101 | 11011111 | 111101 | 1001001 | 0 | 1101 | 11111010 | 1001000 | 111000 |
Color Harmonies of #573DDF
Complementary color
Monochromatic Colors of #573DDF
Black with #573DDF
Text Example
Text Example
White with #573DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DDF; }
p { color: rgb(87,61,223); }
H1.HeaderClassName
{
color: #573DDF;
}
.AnyTagClassName
{
color: #573DDF;
}
</style>
background-color css
<style>
a { background-color: #573DDF; }
a { background-color: rgb(87,61,223); }
div.DivClassName
{
background-color: #573DDF;
}
.BgClassName
{
background-color: #573DDF;
}
</style>
border-color css
<style>
span { border-color: #573DDF; }
span { border-color: rgb(87,61,223); }
td.TdClassName
{
border-color: #573DDF;
}
.TagClassName
{
border-color: #573DDF;
}
</style>