Shades of Slate Blue #5842CE
Tints of Slate Blue #5842CE
RGB
CMYK
RGB Variations
Color information
#5842CE (or 0x5842CE) is known color: Slate Blue. HEX triplet: 58, 42 and CE. RGB value is (88,66,206). Sum of RGB (Red+Green+Blue) = 88+66+206=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5842CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842CE is #A7BD31. Grayscale: #585858. Windows color (decimal): -10992946 or 13517400. OLE color: 13517400.
HSL color Cylindrical-coordinate representation of color #5842CE: hue angle of 249.43º 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 #5842CE is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 66 | 206 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.19 |
| HSL | 249.43º | 0.59% | 0.53% | - |
| HSV(B) | 249.43º | 0.68% | 0.81% | - |
| XYZ | 17.11 | 10.43 | 59.5 | - |
| YUV | 88.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 206 | 0.57 | 0.68 | 0 | 0.19 | 249.43 | 0.59 | 0.53 |
| Hex | 58 | 42 | CE | 39 | 44 | 0 | 13 | F9 | 3B | 35 |
| Octal | 130 | 102 | 316 | 71 | 104 | 0 | 23 | 371 | 73 | 65 |
| Binary | 1011000 | 1000010 | 11001110 | 111001 | 1000100 | 0 | 10011 | 11111001 | 111011 | 110101 |
Color Harmonies of #5842CE
Complementary color
Monochromatic Colors of #5842CE
Black with #5842CE
Text Example
Text Example
White with #5842CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5842CE; }
p { color: rgb(88,66,206); }
H1.HeaderClassName
{
color: #5842CE;
}
.AnyTagClassName
{
color: #5842CE;
}
</style>
background-color css
<style>
a { background-color: #5842CE; }
a { background-color: rgb(88,66,206); }
div.DivClassName
{
background-color: #5842CE;
}
.BgClassName
{
background-color: #5842CE;
}
</style>
border-color css
<style>
span { border-color: #5842CE; }
span { border-color: rgb(88,66,206); }
td.TdClassName
{
border-color: #5842CE;
}
.TagClassName
{
border-color: #5842CE;
}
</style>