Shades of Slate Blue #5844CA
Tints of Slate Blue #5844CA
RGB
CMYK
RGB Variations
Color information
#5844CA (or 0x5844CA) is known color: Slate Blue. HEX triplet: 58, 44 and CA. RGB value is (88,68,202). Sum of RGB (Red+Green+Blue) = 88+68+202=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5844CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844CA is #A7BB35. Grayscale: #585858. Windows color (decimal): -10992438 or 13255768. OLE color: 13255768.
HSL color Cylindrical-coordinate representation of color #5844CA: hue angle of 248.96º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5844CA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 68 | 202 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.21 |
| HSL | 248.96º | 0.56% | 0.53% | - |
| HSV(B) | 248.96º | 0.66% | 0.79% | - |
| XYZ | 16.75 | 10.47 | 57.02 | - |
| YUV | 89.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 202 | 0.56 | 0.66 | 0 | 0.21 | 248.96 | 0.56 | 0.53 |
| Hex | 58 | 44 | CA | 38 | 42 | 0 | 15 | F9 | 38 | 35 |
| Octal | 130 | 104 | 312 | 70 | 102 | 0 | 25 | 371 | 70 | 65 |
| Binary | 1011000 | 1000100 | 11001010 | 111000 | 1000010 | 0 | 10101 | 11111001 | 111000 | 110101 |
Color Harmonies of #5844CA
Complementary color
Monochromatic Colors of #5844CA
Black with #5844CA
Text Example
Text Example
White with #5844CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5844CA; }
p { color: rgb(88,68,202); }
H1.HeaderClassName
{
color: #5844CA;
}
.AnyTagClassName
{
color: #5844CA;
}
</style>
background-color css
<style>
a { background-color: #5844CA; }
a { background-color: rgb(88,68,202); }
div.DivClassName
{
background-color: #5844CA;
}
.BgClassName
{
background-color: #5844CA;
}
</style>
border-color css
<style>
span { border-color: #5844CA; }
span { border-color: rgb(88,68,202); }
td.TdClassName
{
border-color: #5844CA;
}
.TagClassName
{
border-color: #5844CA;
}
</style>