Shades of Slate Blue #5741CE
Tints of Slate Blue #5741CE
RGB
CMYK
RGB Variations
Color information
#5741CE (or 0x5741CE) is known color: Slate Blue. HEX triplet: 57, 41 and CE. RGB value is (87,65,206). Sum of RGB (Red+Green+Blue) = 87+65+206=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5741CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741CE is #A8BE31. Grayscale: #575757. Windows color (decimal): -11058738 or 13517143. OLE color: 13517143.
HSL color Cylindrical-coordinate representation of color #5741CE: hue angle of 249.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5741CE is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 65 | 206 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.19 |
| HSL | 249.36º | 0.59% | 0.53% | - |
| HSV(B) | 249.36º | 0.68% | 0.81% | - |
| XYZ | 16.96 | 10.26 | 59.48 | - |
| YUV | 87.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 206 | 0.58 | 0.68 | 0 | 0.19 | 249.36 | 0.59 | 0.53 |
| Hex | 57 | 41 | CE | 3A | 44 | 0 | 13 | F9 | 3B | 35 |
| Octal | 127 | 101 | 316 | 72 | 104 | 0 | 23 | 371 | 73 | 65 |
| Binary | 1010111 | 1000001 | 11001110 | 111010 | 1000100 | 0 | 10011 | 11111001 | 111011 | 110101 |
Color Harmonies of #5741CE
Complementary color
Monochromatic Colors of #5741CE
Black with #5741CE
Text Example
Text Example
White with #5741CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741CE; }
p { color: rgb(87,65,206); }
H1.HeaderClassName
{
color: #5741CE;
}
.AnyTagClassName
{
color: #5741CE;
}
</style>
background-color css
<style>
a { background-color: #5741CE; }
a { background-color: rgb(87,65,206); }
div.DivClassName
{
background-color: #5741CE;
}
.BgClassName
{
background-color: #5741CE;
}
</style>
border-color css
<style>
span { border-color: #5741CE; }
span { border-color: rgb(87,65,206); }
td.TdClassName
{
border-color: #5741CE;
}
.TagClassName
{
border-color: #5741CE;
}
</style>