Shades of Slate Blue #5740DA
Tints of Slate Blue #5740DA
RGB
CMYK
RGB Variations
Color information
#5740DA (or 0x5740DA) is known color: Slate Blue. HEX triplet: 57, 40 and DA. RGB value is (87,64,218). Sum of RGB (Red+Green+Blue) = 87+64+218=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #5740DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740DA is #A8BF25. Grayscale: #575757. Windows color (decimal): -11058982 or 14303319. OLE color: 14303319.
HSL color Cylindrical-coordinate representation of color #5740DA: hue angle of 248.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5740DA is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 64 | 218 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.15 |
| HSL | 248.96º | 0.68% | 0.55% | - |
| HSV(B) | 248.96º | 0.71% | 0.85% | - |
| XYZ | 18.42 | 10.75 | 67.43 | - |
| YUV | 88.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 218 | 0.60 | 0.71 | 0 | 0.15 | 248.96 | 0.68 | 0.55 |
| Hex | 57 | 40 | DA | 3C | 47 | 0 | F | F9 | 44 | 37 |
| Octal | 127 | 100 | 332 | 74 | 107 | 0 | 17 | 371 | 104 | 67 |
| Binary | 1010111 | 1000000 | 11011010 | 111100 | 1000111 | 0 | 1111 | 11111001 | 1000100 | 110111 |
Color Harmonies of #5740DA
Complementary color
Monochromatic Colors of #5740DA
Black with #5740DA
Text Example
Text Example
White with #5740DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5740DA; }
p { color: rgb(87,64,218); }
H1.HeaderClassName
{
color: #5740DA;
}
.AnyTagClassName
{
color: #5740DA;
}
</style>
background-color css
<style>
a { background-color: #5740DA; }
a { background-color: rgb(87,64,218); }
div.DivClassName
{
background-color: #5740DA;
}
.BgClassName
{
background-color: #5740DA;
}
</style>
border-color css
<style>
span { border-color: #5740DA; }
span { border-color: rgb(87,64,218); }
td.TdClassName
{
border-color: #5740DA;
}
.TagClassName
{
border-color: #5740DA;
}
</style>