Shades of Slate Blue #5D58CB
Tints of Slate Blue #5D58CB
RGB
CMYK
RGB Variations
Color information
#5D58CB (or 0x5D58CB) is known color: Slate Blue. HEX triplet: 5D, 58 and CB. RGB value is (93,88,203). Sum of RGB (Red+Green+Blue) = 93+88+203=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58CB is #A2A734. Grayscale: #666666. Windows color (decimal): -10659637 or 13326429. OLE color: 13326429.
HSL color Cylindrical-coordinate representation of color #5D58CB: hue angle of 242.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D58CB is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 88 | 203 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.20 |
| HSL | 242.61º | 0.53% | 0.57% | - |
| HSV(B) | 242.61º | 0.57% | 0.8% | - |
| XYZ | 18.78 | 13.62 | 58.14 | - |
| YUV | 102.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 203 | 0.54 | 0.57 | 0 | 0.20 | 242.61 | 0.53 | 0.57 |
| Hex | 5D | 58 | CB | 36 | 39 | 0 | 14 | F3 | 35 | 39 |
| Octal | 135 | 130 | 313 | 66 | 71 | 0 | 24 | 363 | 65 | 71 |
| Binary | 1011101 | 1011000 | 11001011 | 110110 | 111001 | 0 | 10100 | 11110011 | 110101 | 111001 |
Color Harmonies of #5D58CB
Complementary color
Monochromatic Colors of #5D58CB
Black with #5D58CB
Text Example
Text Example
White with #5D58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D58CB; }
p { color: rgb(93,88,203); }
H1.HeaderClassName
{
color: #5D58CB;
}
.AnyTagClassName
{
color: #5D58CB;
}
</style>
background-color css
<style>
a { background-color: #5D58CB; }
a { background-color: rgb(93,88,203); }
div.DivClassName
{
background-color: #5D58CB;
}
.BgClassName
{
background-color: #5D58CB;
}
</style>
border-color css
<style>
span { border-color: #5D58CB; }
span { border-color: rgb(93,88,203); }
td.TdClassName
{
border-color: #5D58CB;
}
.TagClassName
{
border-color: #5D58CB;
}
</style>