Shades of Slate Blue #5843CC
Tints of Slate Blue #5843CC
RGB
CMYK
RGB Variations
Color information
#5843CC (or 0x5843CC) is known color: Slate Blue. HEX triplet: 58, 43 and CC. RGB value is (88,67,204). Sum of RGB (Red+Green+Blue) = 88+67+204=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5843CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5843CC is #A7BC33. Grayscale: #585858. Windows color (decimal): -10992692 or 13386584. OLE color: 13386584.
HSL color Cylindrical-coordinate representation of color #5843CC: hue angle of 249.2º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5843CC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 67 | 204 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.2 |
| HSL | 249.2º | 0.57% | 0.53% | - |
| HSV(B) | 249.2º | 0.67% | 0.8% | - |
| XYZ | 16.93 | 10.45 | 58.25 | - |
| YUV | 88.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 204 | 0.57 | 0.67 | 0 | 0.2 | 249.2 | 0.57 | 0.53 |
| Hex | 58 | 43 | CC | 39 | 43 | 0 | 14 | F9 | 39 | 35 |
| Octal | 130 | 103 | 314 | 71 | 103 | 0 | 24 | 371 | 71 | 65 |
| Binary | 1011000 | 1000011 | 11001100 | 111001 | 1000011 | 0 | 10100 | 11111001 | 111001 | 110101 |
Color Harmonies of #5843CC
Complementary color
Monochromatic Colors of #5843CC
Black with #5843CC
Text Example
Text Example
White with #5843CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5843CC; }
p { color: rgb(88,67,204); }
H1.HeaderClassName
{
color: #5843CC;
}
.AnyTagClassName
{
color: #5843CC;
}
</style>
background-color css
<style>
a { background-color: #5843CC; }
a { background-color: rgb(88,67,204); }
div.DivClassName
{
background-color: #5843CC;
}
.BgClassName
{
background-color: #5843CC;
}
</style>
border-color css
<style>
span { border-color: #5843CC; }
span { border-color: rgb(88,67,204); }
td.TdClassName
{
border-color: #5843CC;
}
.TagClassName
{
border-color: #5843CC;
}
</style>