Shades of Slate Blue #5749C3
Tints of Slate Blue #5749C3
RGB
CMYK
RGB Variations
Color information
#5749C3 (or 0x5749C3) is known color: Slate Blue. HEX triplet: 57, 49 and C3. RGB value is (87,73,195). Sum of RGB (Red+Green+Blue) = 87+73+195=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #5749C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749C3 is #A8B63C. Grayscale: #5A5A5A. Windows color (decimal): -11056701 or 12798295. OLE color: 12798295.
HSL color Cylindrical-coordinate representation of color #5749C3: hue angle of 246.89º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5749C3 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 73 | 195 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.24 |
| HSL | 246.89º | 0.5% | 0.53% | - |
| HSV(B) | 246.89º | 0.63% | 0.76% | - |
| XYZ | 16.16 | 10.73 | 52.85 | - |
| YUV | 91.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 195 | 0.55 | 0.63 | 0 | 0.24 | 246.89 | 0.5 | 0.53 |
| Hex | 57 | 49 | C3 | 37 | 3F | 0 | 18 | F7 | 32 | 35 |
| Octal | 127 | 111 | 303 | 67 | 77 | 0 | 30 | 367 | 62 | 65 |
| Binary | 1010111 | 1001001 | 11000011 | 110111 | 111111 | 0 | 11000 | 11110111 | 110010 | 110101 |
Color Harmonies of #5749C3
Complementary color
Monochromatic Colors of #5749C3
Black with #5749C3
Text Example
Text Example
White with #5749C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5749C3; }
p { color: rgb(87,73,195); }
H1.HeaderClassName
{
color: #5749C3;
}
.AnyTagClassName
{
color: #5749C3;
}
</style>
background-color css
<style>
a { background-color: #5749C3; }
a { background-color: rgb(87,73,195); }
div.DivClassName
{
background-color: #5749C3;
}
.BgClassName
{
background-color: #5749C3;
}
</style>
border-color css
<style>
span { border-color: #5749C3; }
span { border-color: rgb(87,73,195); }
td.TdClassName
{
border-color: #5749C3;
}
.TagClassName
{
border-color: #5749C3;
}
</style>