Shades of Slate Blue #5855CD
Tints of Slate Blue #5855CD
RGB
CMYK
RGB Variations
Color information
#5855CD (or 0x5855CD) is known color: Slate Blue. HEX triplet: 58, 55 and CD. RGB value is (88,85,205). Sum of RGB (Red+Green+Blue) = 88+85+205=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5855CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CD is #A7AA32. Grayscale: #636363. Windows color (decimal): -10988083 or 13456728. OLE color: 13456728.
HSL color Cylindrical-coordinate representation of color #5855CD: hue angle of 241.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5855CD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 85 | 205 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.20 |
| HSL | 241.5º | 0.55% | 0.57% | - |
| HSV(B) | 241.5º | 0.59% | 0.8% | - |
| XYZ | 18.29 | 12.98 | 59.3 | - |
| YUV | 99.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 205 | 0.57 | 0.59 | 0 | 0.20 | 241.5 | 0.55 | 0.57 |
| Hex | 58 | 55 | CD | 39 | 3B | 0 | 14 | F2 | 37 | 39 |
| Octal | 130 | 125 | 315 | 71 | 73 | 0 | 24 | 362 | 67 | 71 |
| Binary | 1011000 | 1010101 | 11001101 | 111001 | 111011 | 0 | 10100 | 11110010 | 110111 | 111001 |
Color Harmonies of #5855CD
Complementary color
Monochromatic Colors of #5855CD
Black with #5855CD
Text Example
Text Example
White with #5855CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855CD; }
p { color: rgb(88,85,205); }
H1.HeaderClassName
{
color: #5855CD;
}
.AnyTagClassName
{
color: #5855CD;
}
</style>
background-color css
<style>
a { background-color: #5855CD; }
a { background-color: rgb(88,85,205); }
div.DivClassName
{
background-color: #5855CD;
}
.BgClassName
{
background-color: #5855CD;
}
</style>
border-color css
<style>
span { border-color: #5855CD; }
span { border-color: rgb(88,85,205); }
td.TdClassName
{
border-color: #5855CD;
}
.TagClassName
{
border-color: #5855CD;
}
</style>