Shades of Slate Blue #5746CE
Tints of Slate Blue #5746CE
RGB
CMYK
RGB Variations
Color information
#5746CE (or 0x5746CE) is known color: Slate Blue. HEX triplet: 57, 46 and CE. RGB value is (87,70,206). Sum of RGB (Red+Green+Blue) = 87+70+206=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #5746CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5746CE is #A8B931. Grayscale: #5A5A5A. Windows color (decimal): -11057458 or 13518423. OLE color: 13518423.
HSL color Cylindrical-coordinate representation of color #5746CE: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5746CE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 70 | 206 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.19 |
| HSL | 247.5º | 0.58% | 0.54% | - |
| HSV(B) | 247.5º | 0.66% | 0.81% | - |
| XYZ | 17.26 | 10.86 | 59.58 | - |
| YUV | 90.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 206 | 0.58 | 0.66 | 0 | 0.19 | 247.5 | 0.58 | 0.54 |
| Hex | 57 | 46 | CE | 3A | 42 | 0 | 13 | F8 | 3A | 36 |
| Octal | 127 | 106 | 316 | 72 | 102 | 0 | 23 | 370 | 72 | 66 |
| Binary | 1010111 | 1000110 | 11001110 | 111010 | 1000010 | 0 | 10011 | 11111000 | 111010 | 110110 |
Color Harmonies of #5746CE
Complementary color
Monochromatic Colors of #5746CE
Black with #5746CE
Text Example
Text Example
White with #5746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5746CE; }
p { color: rgb(87,70,206); }
H1.HeaderClassName
{
color: #5746CE;
}
.AnyTagClassName
{
color: #5746CE;
}
</style>
background-color css
<style>
a { background-color: #5746CE; }
a { background-color: rgb(87,70,206); }
div.DivClassName
{
background-color: #5746CE;
}
.BgClassName
{
background-color: #5746CE;
}
</style>
border-color css
<style>
span { border-color: #5746CE; }
span { border-color: rgb(87,70,206); }
td.TdClassName
{
border-color: #5746CE;
}
.TagClassName
{
border-color: #5746CE;
}
</style>