Shades of Slate Blue #5D55CB
Tints of Slate Blue #5D55CB
RGB
CMYK
RGB Variations
Color information
#5D55CB (or 0x5D55CB) is known color: Slate Blue. HEX triplet: 5D, 55 and CB. RGB value is (93,85,203). Sum of RGB (Red+Green+Blue) = 93+85+203=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D55CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55CB is #A2AA34. Grayscale: #646464. Windows color (decimal): -10660405 or 13325661. OLE color: 13325661.
HSL color Cylindrical-coordinate representation of color #5D55CB: hue angle of 244.07º 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 #5D55CB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 85 | 203 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.20 |
| HSL | 244.07º | 0.53% | 0.56% | - |
| HSV(B) | 244.07º | 0.58% | 0.8% | - |
| XYZ | 18.54 | 13.14 | 58.06 | - |
| YUV | 100.84 | 185.65 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 203 | 0.54 | 0.58 | 0 | 0.20 | 244.07 | 0.53 | 0.56 |
| Hex | 5D | 55 | CB | 36 | 3A | 0 | 14 | F4 | 35 | 38 |
| Octal | 135 | 125 | 313 | 66 | 72 | 0 | 24 | 364 | 65 | 70 |
| Binary | 1011101 | 1010101 | 11001011 | 110110 | 111010 | 0 | 10100 | 11110100 | 110101 | 111000 |
Color Harmonies of #5D55CB
Complementary color
Monochromatic Colors of #5D55CB
Black with #5D55CB
Text Example
Text Example
White with #5D55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55CB; }
p { color: rgb(93,85,203); }
H1.HeaderClassName
{
color: #5D55CB;
}
.AnyTagClassName
{
color: #5D55CB;
}
</style>
background-color css
<style>
a { background-color: #5D55CB; }
a { background-color: rgb(93,85,203); }
div.DivClassName
{
background-color: #5D55CB;
}
.BgClassName
{
background-color: #5D55CB;
}
</style>
border-color css
<style>
span { border-color: #5D55CB; }
span { border-color: rgb(93,85,203); }
td.TdClassName
{
border-color: #5D55CB;
}
.TagClassName
{
border-color: #5D55CB;
}
</style>