Shades of Slate Blue #5745C1
Tints of Slate Blue #5745C1
RGB
CMYK
RGB Variations
Color information
#5745C1 (or 0x5745C1) is known color: Slate Blue. HEX triplet: 57, 45 and C1. RGB value is (87,69,193). Sum of RGB (Red+Green+Blue) = 87+69+193=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #5745C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745C1 is #A8BA3E. Grayscale: #585858. Windows color (decimal): -11057727 or 12666199. OLE color: 12666199.
HSL color Cylindrical-coordinate representation of color #5745C1: hue angle of 248.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5745C1 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 69 | 193 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.24 |
| HSL | 248.71º | 0.5% | 0.51% | - |
| HSV(B) | 248.71º | 0.64% | 0.76% | - |
| XYZ | 15.68 | 10.13 | 51.58 | - |
| YUV | 88.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 193 | 0.55 | 0.64 | 0 | 0.24 | 248.71 | 0.5 | 0.51 |
| Hex | 57 | 45 | C1 | 37 | 40 | 0 | 18 | F9 | 32 | 33 |
| Octal | 127 | 105 | 301 | 67 | 100 | 0 | 30 | 371 | 62 | 63 |
| Binary | 1010111 | 1000101 | 11000001 | 110111 | 1000000 | 0 | 11000 | 11111001 | 110010 | 110011 |
Color Harmonies of #5745C1
Complementary color
Monochromatic Colors of #5745C1
Black with #5745C1
Text Example
Text Example
White with #5745C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745C1; }
p { color: rgb(87,69,193); }
H1.HeaderClassName
{
color: #5745C1;
}
.AnyTagClassName
{
color: #5745C1;
}
</style>
background-color css
<style>
a { background-color: #5745C1; }
a { background-color: rgb(87,69,193); }
div.DivClassName
{
background-color: #5745C1;
}
.BgClassName
{
background-color: #5745C1;
}
</style>
border-color css
<style>
span { border-color: #5745C1; }
span { border-color: rgb(87,69,193); }
td.TdClassName
{
border-color: #5745C1;
}
.TagClassName
{
border-color: #5745C1;
}
</style>