Shades of Slate Blue #5748CD
Tints of Slate Blue #5748CD
RGB
CMYK
RGB Variations
Color information
#5748CD (or 0x5748CD) is known color: Slate Blue. HEX triplet: 57, 48 and CD. RGB value is (87,72,205). Sum of RGB (Red+Green+Blue) = 87+72+205=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #5748CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748CD is #A8B732. Grayscale: #5B5B5B. Windows color (decimal): -11056947 or 13453399. OLE color: 13453399.
HSL color Cylindrical-coordinate representation of color #5748CD: hue angle of 246.77º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5748CD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 72 | 205 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.20 |
| HSL | 246.77º | 0.57% | 0.54% | - |
| HSV(B) | 246.77º | 0.65% | 0.8% | - |
| XYZ | 17.27 | 11.07 | 58.98 | - |
| YUV | 91.65 | 191.97 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 205 | 0.58 | 0.65 | 0 | 0.20 | 246.77 | 0.57 | 0.54 |
| Hex | 57 | 48 | CD | 3A | 41 | 0 | 14 | F7 | 39 | 36 |
| Octal | 127 | 110 | 315 | 72 | 101 | 0 | 24 | 367 | 71 | 66 |
| Binary | 1010111 | 1001000 | 11001101 | 111010 | 1000001 | 0 | 10100 | 11110111 | 111001 | 110110 |
Color Harmonies of #5748CD
Complementary color
Monochromatic Colors of #5748CD
Black with #5748CD
Text Example
Text Example
White with #5748CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5748CD; }
p { color: rgb(87,72,205); }
H1.HeaderClassName
{
color: #5748CD;
}
.AnyTagClassName
{
color: #5748CD;
}
</style>
background-color css
<style>
a { background-color: #5748CD; }
a { background-color: rgb(87,72,205); }
div.DivClassName
{
background-color: #5748CD;
}
.BgClassName
{
background-color: #5748CD;
}
</style>
border-color css
<style>
span { border-color: #5748CD; }
span { border-color: rgb(87,72,205); }
td.TdClassName
{
border-color: #5748CD;
}
.TagClassName
{
border-color: #5748CD;
}
</style>