Shades of Slate Blue #5741DF
Tints of Slate Blue #5741DF
RGB
CMYK
RGB Variations
Color information
#5741DF (or 0x5741DF) is known color: Slate Blue. HEX triplet: 57, 41 and DF. RGB value is (87,65,223). Sum of RGB (Red+Green+Blue) = 87+65+223=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #5741DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741DF is #A8BE20. Grayscale: #585858. Windows color (decimal): -11058721 or 14631255. OLE color: 14631255.
HSL color Cylindrical-coordinate representation of color #5741DF: hue angle of 248.35º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5741DF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 65 | 223 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.13 |
| HSL | 248.35º | 0.71% | 0.56% | - |
| HSV(B) | 248.35º | 0.71% | 0.87% | - |
| XYZ | 19.14 | 11.13 | 70.95 | - |
| YUV | 89.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 223 | 0.61 | 0.71 | 0 | 0.13 | 248.35 | 0.71 | 0.56 |
| Hex | 57 | 41 | DF | 3D | 47 | 0 | D | F8 | 47 | 38 |
| Octal | 127 | 101 | 337 | 75 | 107 | 0 | 15 | 370 | 107 | 70 |
| Binary | 1010111 | 1000001 | 11011111 | 111101 | 1000111 | 0 | 1101 | 11111000 | 1000111 | 111000 |
Color Harmonies of #5741DF
Complementary color
Monochromatic Colors of #5741DF
Black with #5741DF
Text Example
Text Example
White with #5741DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741DF; }
p { color: rgb(87,65,223); }
H1.HeaderClassName
{
color: #5741DF;
}
.AnyTagClassName
{
color: #5741DF;
}
</style>
background-color css
<style>
a { background-color: #5741DF; }
a { background-color: rgb(87,65,223); }
div.DivClassName
{
background-color: #5741DF;
}
.BgClassName
{
background-color: #5741DF;
}
</style>
border-color css
<style>
span { border-color: #5741DF; }
span { border-color: rgb(87,65,223); }
td.TdClassName
{
border-color: #5741DF;
}
.TagClassName
{
border-color: #5741DF;
}
</style>