Shades of Slate Blue #5855CE
Tints of Slate Blue #5855CE
RGB
CMYK
RGB Variations
Color information
#5855CE (or 0x5855CE) is known color: Slate Blue. HEX triplet: 58, 55 and CE. RGB value is (88,85,206). Sum of RGB (Red+Green+Blue) = 88+85+206=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #5855CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CE is #A7AA31. Grayscale: #636363. Windows color (decimal): -10988082 or 13522264. OLE color: 13522264.
HSL color Cylindrical-coordinate representation of color #5855CE: hue angle of 241.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5855CE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 85 | 206 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.19 |
| HSL | 241.49º | 0.55% | 0.57% | - |
| HSV(B) | 241.49º | 0.59% | 0.81% | - |
| XYZ | 18.41 | 13.03 | 59.94 | - |
| YUV | 99.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 206 | 0.57 | 0.59 | 0 | 0.19 | 241.49 | 0.55 | 0.57 |
| Hex | 58 | 55 | CE | 39 | 3B | 0 | 13 | F1 | 37 | 39 |
| Octal | 130 | 125 | 316 | 71 | 73 | 0 | 23 | 361 | 67 | 71 |
| Binary | 1011000 | 1010101 | 11001110 | 111001 | 111011 | 0 | 10011 | 11110001 | 110111 | 111001 |
Color Harmonies of #5855CE
Complementary color
Monochromatic Colors of #5855CE
Black with #5855CE
Text Example
Text Example
White with #5855CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855CE; }
p { color: rgb(88,85,206); }
H1.HeaderClassName
{
color: #5855CE;
}
.AnyTagClassName
{
color: #5855CE;
}
</style>
background-color css
<style>
a { background-color: #5855CE; }
a { background-color: rgb(88,85,206); }
div.DivClassName
{
background-color: #5855CE;
}
.BgClassName
{
background-color: #5855CE;
}
</style>
border-color css
<style>
span { border-color: #5855CE; }
span { border-color: rgb(88,85,206); }
td.TdClassName
{
border-color: #5855CE;
}
.TagClassName
{
border-color: #5855CE;
}
</style>