Shades of Slate Blue #5863CE
Tints of Slate Blue #5863CE
RGB
CMYK
RGB Variations
Color information
#5863CE (or 0x5863CE) is known color: Slate Blue. HEX triplet: 58, 63 and CE. RGB value is (88,99,206). Sum of RGB (Red+Green+Blue) = 88+99+206=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5863CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5863CE is #A79C31. Grayscale: #6B6B6B. Windows color (decimal): -10984498 or 13525848. OLE color: 13525848.
HSL color Cylindrical-coordinate representation of color #5863CE: hue angle of 234.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5863CE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 99 | 206 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.19 |
| HSL | 234.41º | 0.55% | 0.58% | - |
| HSV(B) | 234.41º | 0.57% | 0.81% | - |
| XYZ | 19.63 | 15.45 | 60.34 | - |
| YUV | 107.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 206 | 0.57 | 0.52 | 0 | 0.19 | 234.41 | 0.55 | 0.58 |
| Hex | 58 | 63 | CE | 39 | 34 | 0 | 13 | EA | 37 | 3A |
| Octal | 130 | 143 | 316 | 71 | 64 | 0 | 23 | 352 | 67 | 72 |
| Binary | 1011000 | 1100011 | 11001110 | 111001 | 110100 | 0 | 10011 | 11101010 | 110111 | 111010 |
Color Harmonies of #5863CE
Complementary color
Monochromatic Colors of #5863CE
Black with #5863CE
Text Example
Text Example
White with #5863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5863CE; }
p { color: rgb(88,99,206); }
H1.HeaderClassName
{
color: #5863CE;
}
.AnyTagClassName
{
color: #5863CE;
}
</style>
background-color css
<style>
a { background-color: #5863CE; }
a { background-color: rgb(88,99,206); }
div.DivClassName
{
background-color: #5863CE;
}
.BgClassName
{
background-color: #5863CE;
}
</style>
border-color css
<style>
span { border-color: #5863CE; }
span { border-color: rgb(88,99,206); }
td.TdClassName
{
border-color: #5863CE;
}
.TagClassName
{
border-color: #5863CE;
}
</style>