Shades of Slate Blue #5743DF
Tints of Slate Blue #5743DF
RGB
CMYK
RGB Variations
Color information
#5743DF (or 0x5743DF) is known color: Slate Blue. HEX triplet: 57, 43 and DF. RGB value is (87,67,223). Sum of RGB (Red+Green+Blue) = 87+67+223=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5743DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5743DF is #A8BC20. Grayscale: #5A5A5A. Windows color (decimal): -11058209 or 14631767. OLE color: 14631767.
HSL color Cylindrical-coordinate representation of color #5743DF: hue angle of 247.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5743DF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 67 | 223 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.13 |
| HSL | 247.69º | 0.71% | 0.57% | - |
| HSV(B) | 247.69º | 0.7% | 0.87% | - |
| XYZ | 19.26 | 11.37 | 70.99 | - |
| YUV | 90.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 223 | 0.61 | 0.70 | 0 | 0.13 | 247.69 | 0.71 | 0.57 |
| Hex | 57 | 43 | DF | 3D | 46 | 0 | D | F8 | 47 | 39 |
| Octal | 127 | 103 | 337 | 75 | 106 | 0 | 15 | 370 | 107 | 71 |
| Binary | 1010111 | 1000011 | 11011111 | 111101 | 1000110 | 0 | 1101 | 11111000 | 1000111 | 111001 |
Color Harmonies of #5743DF
Complementary color
Monochromatic Colors of #5743DF
Black with #5743DF
Text Example
Text Example
White with #5743DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5743DF; }
p { color: rgb(87,67,223); }
H1.HeaderClassName
{
color: #5743DF;
}
.AnyTagClassName
{
color: #5743DF;
}
</style>
background-color css
<style>
a { background-color: #5743DF; }
a { background-color: rgb(87,67,223); }
div.DivClassName
{
background-color: #5743DF;
}
.BgClassName
{
background-color: #5743DF;
}
</style>
border-color css
<style>
span { border-color: #5743DF; }
span { border-color: rgb(87,67,223); }
td.TdClassName
{
border-color: #5743DF;
}
.TagClassName
{
border-color: #5743DF;
}
</style>