Shades of Slate Blue #5749DE
Tints of Slate Blue #5749DE
RGB
CMYK
RGB Variations
Color information
#5749DE (or 0x5749DE) is known color: Slate Blue. HEX triplet: 57, 49 and DE. RGB value is (87,73,222). Sum of RGB (Red+Green+Blue) = 87+73+222=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #5749DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749DE is #A8B621. Grayscale: #5D5D5D. Windows color (decimal): -11056674 or 14567767. OLE color: 14567767.
HSL color Cylindrical-coordinate representation of color #5749DE: hue angle of 245.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5749DE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 73 | 222 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.13 |
| HSL | 245.64º | 0.69% | 0.58% | - |
| HSV(B) | 245.64º | 0.67% | 0.87% | - |
| XYZ | 19.5 | 12.07 | 70.41 | - |
| YUV | 94.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 222 | 0.61 | 0.67 | 0 | 0.13 | 245.64 | 0.69 | 0.58 |
| Hex | 57 | 49 | DE | 3D | 43 | 0 | D | F6 | 45 | 3A |
| Octal | 127 | 111 | 336 | 75 | 103 | 0 | 15 | 366 | 105 | 72 |
| Binary | 1010111 | 1001001 | 11011110 | 111101 | 1000011 | 0 | 1101 | 11110110 | 1000101 | 111010 |
Color Harmonies of #5749DE
Complementary color
Monochromatic Colors of #5749DE
Black with #5749DE
Text Example
Text Example
White with #5749DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5749DE; }
p { color: rgb(87,73,222); }
H1.HeaderClassName
{
color: #5749DE;
}
.AnyTagClassName
{
color: #5749DE;
}
</style>
background-color css
<style>
a { background-color: #5749DE; }
a { background-color: rgb(87,73,222); }
div.DivClassName
{
background-color: #5749DE;
}
.BgClassName
{
background-color: #5749DE;
}
</style>
border-color css
<style>
span { border-color: #5749DE; }
span { border-color: rgb(87,73,222); }
td.TdClassName
{
border-color: #5749DE;
}
.TagClassName
{
border-color: #5749DE;
}
</style>