Shades of Slate Blue #5855CB
Tints of Slate Blue #5855CB
RGB
CMYK
RGB Variations
Color information
#5855CB (or 0x5855CB) is known color: Slate Blue. HEX triplet: 58, 55 and CB. RGB value is (88,85,203). Sum of RGB (Red+Green+Blue) = 88+85+203=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #5855CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CB is #A7AA34. Grayscale: #626262. Windows color (decimal): -10988085 or 13325656. OLE color: 13325656.
HSL color Cylindrical-coordinate representation of color #5855CB: hue angle of 241.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5855CB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 85 | 203 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.20 |
| HSL | 241.53º | 0.53% | 0.56% | - |
| HSV(B) | 241.53º | 0.58% | 0.8% | - |
| XYZ | 18.05 | 12.88 | 58.04 | - |
| YUV | 99.35 | 186.49 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 203 | 0.57 | 0.58 | 0 | 0.20 | 241.53 | 0.53 | 0.56 |
| Hex | 58 | 55 | CB | 39 | 3A | 0 | 14 | F2 | 35 | 38 |
| Octal | 130 | 125 | 313 | 71 | 72 | 0 | 24 | 362 | 65 | 70 |
| Binary | 1011000 | 1010101 | 11001011 | 111001 | 111010 | 0 | 10100 | 11110010 | 110101 | 111000 |
Color Harmonies of #5855CB
Complementary color
Monochromatic Colors of #5855CB
Black with #5855CB
Text Example
Text Example
White with #5855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855CB; }
p { color: rgb(88,85,203); }
H1.HeaderClassName
{
color: #5855CB;
}
.AnyTagClassName
{
color: #5855CB;
}
</style>
background-color css
<style>
a { background-color: #5855CB; }
a { background-color: rgb(88,85,203); }
div.DivClassName
{
background-color: #5855CB;
}
.BgClassName
{
background-color: #5855CB;
}
</style>
border-color css
<style>
span { border-color: #5855CB; }
span { border-color: rgb(88,85,203); }
td.TdClassName
{
border-color: #5855CB;
}
.TagClassName
{
border-color: #5855CB;
}
</style>