Shades of Slate Blue #5841CB
Tints of Slate Blue #5841CB
RGB
CMYK
RGB Variations
Color information
#5841CB (or 0x5841CB) is known color: Slate Blue. HEX triplet: 58, 41 and CB. RGB value is (88,65,203). Sum of RGB (Red+Green+Blue) = 88+65+203=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5841CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841CB is #A7BE34. Grayscale: #575757. Windows color (decimal): -10993205 or 13320536. OLE color: 13320536.
HSL color Cylindrical-coordinate representation of color #5841CB: hue angle of 250º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5841CB is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 65 | 203 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.20 |
| HSL | 250º | 0.57% | 0.53% | - |
| HSV(B) | 250º | 0.68% | 0.8% | - |
| XYZ | 16.69 | 10.17 | 57.58 | - |
| YUV | 87.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 203 | 0.57 | 0.68 | 0 | 0.20 | 250 | 0.57 | 0.53 |
| Hex | 58 | 41 | CB | 39 | 44 | 0 | 14 | FA | 39 | 35 |
| Octal | 130 | 101 | 313 | 71 | 104 | 0 | 24 | 372 | 71 | 65 |
| Binary | 1011000 | 1000001 | 11001011 | 111001 | 1000100 | 0 | 10100 | 11111010 | 111001 | 110101 |
Color Harmonies of #5841CB
Complementary color
Monochromatic Colors of #5841CB
Black with #5841CB
Text Example
Text Example
White with #5841CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5841CB; }
p { color: rgb(88,65,203); }
H1.HeaderClassName
{
color: #5841CB;
}
.AnyTagClassName
{
color: #5841CB;
}
</style>
background-color css
<style>
a { background-color: #5841CB; }
a { background-color: rgb(88,65,203); }
div.DivClassName
{
background-color: #5841CB;
}
.BgClassName
{
background-color: #5841CB;
}
</style>
border-color css
<style>
span { border-color: #5841CB; }
span { border-color: rgb(88,65,203); }
td.TdClassName
{
border-color: #5841CB;
}
.TagClassName
{
border-color: #5841CB;
}
</style>