Shades of Slate Blue #5642CF
Tints of Slate Blue #5642CF
RGB
CMYK
RGB Variations
Color information
#5642CF (or 0x5642CF) is known color: Slate Blue. HEX triplet: 56, 42 and CF. RGB value is (86,66,207). Sum of RGB (Red+Green+Blue) = 86+66+207=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #5642CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642CF is #A9BD30. Grayscale: #575757. Windows color (decimal): -11124017 or 13582934. OLE color: 13582934.
HSL color Cylindrical-coordinate representation of color #5642CF: hue angle of 248.51º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5642CF is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 66 | 207 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.19 |
| HSL | 248.51º | 0.59% | 0.54% | - |
| HSV(B) | 248.51º | 0.68% | 0.81% | - |
| XYZ | 17.05 | 10.38 | 60.14 | - |
| YUV | 88.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 207 | 0.58 | 0.68 | 0 | 0.19 | 248.51 | 0.59 | 0.54 |
| Hex | 56 | 42 | CF | 3A | 44 | 0 | 13 | F9 | 3B | 36 |
| Octal | 126 | 102 | 317 | 72 | 104 | 0 | 23 | 371 | 73 | 66 |
| Binary | 1010110 | 1000010 | 11001111 | 111010 | 1000100 | 0 | 10011 | 11111001 | 111011 | 110110 |
Color Harmonies of #5642CF
Complementary color
Monochromatic Colors of #5642CF
Black with #5642CF
Text Example
Text Example
White with #5642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5642CF; }
p { color: rgb(86,66,207); }
H1.HeaderClassName
{
color: #5642CF;
}
.AnyTagClassName
{
color: #5642CF;
}
</style>
background-color css
<style>
a { background-color: #5642CF; }
a { background-color: rgb(86,66,207); }
div.DivClassName
{
background-color: #5642CF;
}
.BgClassName
{
background-color: #5642CF;
}
</style>
border-color css
<style>
span { border-color: #5642CF; }
span { border-color: rgb(86,66,207); }
td.TdClassName
{
border-color: #5642CF;
}
.TagClassName
{
border-color: #5642CF;
}
</style>