Shades of Slate Blue #5748DD
Tints of Slate Blue #5748DD
RGB
CMYK
RGB Variations
Color information
#5748DD (or 0x5748DD) is known color: Slate Blue. HEX triplet: 57, 48 and DD. RGB value is (87,72,221). Sum of RGB (Red+Green+Blue) = 87+72+221=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #5748DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748DD is #A8B722. Grayscale: #5C5C5C. Windows color (decimal): -11056931 or 14501975. OLE color: 14501975.
HSL color Cylindrical-coordinate representation of color #5748DD: hue angle of 246.04º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5748DD is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 72 | 221 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.13 |
| HSL | 246.04º | 0.69% | 0.57% | - |
| HSV(B) | 246.04º | 0.67% | 0.87% | - |
| XYZ | 19.3 | 11.88 | 69.68 | - |
| YUV | 93.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 221 | 0.61 | 0.67 | 0 | 0.13 | 246.04 | 0.69 | 0.57 |
| Hex | 57 | 48 | DD | 3D | 43 | 0 | D | F6 | 45 | 39 |
| Octal | 127 | 110 | 335 | 75 | 103 | 0 | 15 | 366 | 105 | 71 |
| Binary | 1010111 | 1001000 | 11011101 | 111101 | 1000011 | 0 | 1101 | 11110110 | 1000101 | 111001 |
Color Harmonies of #5748DD
Complementary color
Monochromatic Colors of #5748DD
Black with #5748DD
Text Example
Text Example
White with #5748DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5748DD; }
p { color: rgb(87,72,221); }
H1.HeaderClassName
{
color: #5748DD;
}
.AnyTagClassName
{
color: #5748DD;
}
</style>
background-color css
<style>
a { background-color: #5748DD; }
a { background-color: rgb(87,72,221); }
div.DivClassName
{
background-color: #5748DD;
}
.BgClassName
{
background-color: #5748DD;
}
</style>
border-color css
<style>
span { border-color: #5748DD; }
span { border-color: rgb(87,72,221); }
td.TdClassName
{
border-color: #5748DD;
}
.TagClassName
{
border-color: #5748DD;
}
</style>