Shades of Slate Blue #5643D8
Tints of Slate Blue #5643D8
RGB
CMYK
RGB Variations
Color information
#5643D8 (or 0x5643D8) is known color: Slate Blue. HEX triplet: 56, 43 and D8. RGB value is (86,67,216). Sum of RGB (Red+Green+Blue) = 86+67+216=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #5643D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643D8 is #A9BC27. Grayscale: #595959. Windows color (decimal): -11123752 or 14173014. OLE color: 14173014.
HSL color Cylindrical-coordinate representation of color #5643D8: hue angle of 247.65º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5643D8 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 67 | 216 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.15 |
| HSL | 247.65º | 0.66% | 0.55% | - |
| HSV(B) | 247.65º | 0.69% | 0.85% | - |
| XYZ | 18.24 | 10.95 | 66.12 | - |
| YUV | 89.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 216 | 0.60 | 0.69 | 0 | 0.15 | 247.65 | 0.66 | 0.55 |
| Hex | 56 | 43 | D8 | 3C | 45 | 0 | F | F8 | 42 | 37 |
| Octal | 126 | 103 | 330 | 74 | 105 | 0 | 17 | 370 | 102 | 67 |
| Binary | 1010110 | 1000011 | 11011000 | 111100 | 1000101 | 0 | 1111 | 11111000 | 1000010 | 110111 |
Color Harmonies of #5643D8
Complementary color
Monochromatic Colors of #5643D8
Black with #5643D8
Text Example
Text Example
White with #5643D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643D8; }
p { color: rgb(86,67,216); }
H1.HeaderClassName
{
color: #5643D8;
}
.AnyTagClassName
{
color: #5643D8;
}
</style>
background-color css
<style>
a { background-color: #5643D8; }
a { background-color: rgb(86,67,216); }
div.DivClassName
{
background-color: #5643D8;
}
.BgClassName
{
background-color: #5643D8;
}
</style>
border-color css
<style>
span { border-color: #5643D8; }
span { border-color: rgb(86,67,216); }
td.TdClassName
{
border-color: #5643D8;
}
.TagClassName
{
border-color: #5643D8;
}
</style>