Shades of Slate Blue #5841CA
Tints of Slate Blue #5841CA
RGB
CMYK
RGB Variations
Color information
#5841CA (or 0x5841CA) is known color: Slate Blue. HEX triplet: 58, 41 and CA. RGB value is (88,65,202). Sum of RGB (Red+Green+Blue) = 88+65+202=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5841CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841CA is #A7BE35. Grayscale: #565656. Windows color (decimal): -10993206 or 13255000. OLE color: 13255000.
HSL color Cylindrical-coordinate representation of color #5841CA: hue angle of 250.07º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5841CA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 65 | 202 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.21 |
| HSL | 250.07º | 0.56% | 0.52% | - |
| HSV(B) | 250.07º | 0.68% | 0.79% | - |
| XYZ | 16.58 | 10.12 | 56.96 | - |
| YUV | 87.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 202 | 0.56 | 0.68 | 0 | 0.21 | 250.07 | 0.56 | 0.52 |
| Hex | 58 | 41 | CA | 38 | 44 | 0 | 15 | FA | 38 | 34 |
| Octal | 130 | 101 | 312 | 70 | 104 | 0 | 25 | 372 | 70 | 64 |
| Binary | 1011000 | 1000001 | 11001010 | 111000 | 1000100 | 0 | 10101 | 11111010 | 111000 | 110100 |
Color Harmonies of #5841CA
Complementary color
Monochromatic Colors of #5841CA
Black with #5841CA
Text Example
Text Example
White with #5841CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5841CA; }
p { color: rgb(88,65,202); }
H1.HeaderClassName
{
color: #5841CA;
}
.AnyTagClassName
{
color: #5841CA;
}
</style>
background-color css
<style>
a { background-color: #5841CA; }
a { background-color: rgb(88,65,202); }
div.DivClassName
{
background-color: #5841CA;
}
.BgClassName
{
background-color: #5841CA;
}
</style>
border-color css
<style>
span { border-color: #5841CA; }
span { border-color: rgb(88,65,202); }
td.TdClassName
{
border-color: #5841CA;
}
.TagClassName
{
border-color: #5841CA;
}
</style>