Shades of Slate Blue #5344DC
Tints of Slate Blue #5344DC
RGB
CMYK
RGB Variations
Color information
#5344DC (or 0x5344DC) is known color: Slate Blue. HEX triplet: 53, 44 and DC. RGB value is (83,68,220). Sum of RGB (Red+Green+Blue) = 83+68+220=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5344DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5344DC is #ACBB23. Grayscale: #595959. Windows color (decimal): -11320100 or 14435411. OLE color: 14435411.
HSL color Cylindrical-coordinate representation of color #5344DC: hue angle of 245.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5344DC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 68 | 220 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.14 |
| HSL | 245.92º | 0.68% | 0.56% | - |
| HSV(B) | 245.92º | 0.69% | 0.86% | - |
| XYZ | 18.55 | 11.14 | 68.88 | - |
| YUV | 89.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 220 | 0.62 | 0.69 | 0 | 0.14 | 245.92 | 0.68 | 0.56 |
| Hex | 53 | 44 | DC | 3E | 45 | 0 | E | F6 | 44 | 38 |
| Octal | 123 | 104 | 334 | 76 | 105 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010011 | 1000100 | 11011100 | 111110 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5344DC
Complementary color
Monochromatic Colors of #5344DC
Black with #5344DC
Text Example
Text Example
White with #5344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344DC; }
p { color: rgb(83,68,220); }
H1.HeaderClassName
{
color: #5344DC;
}
.AnyTagClassName
{
color: #5344DC;
}
</style>
background-color css
<style>
a { background-color: #5344DC; }
a { background-color: rgb(83,68,220); }
div.DivClassName
{
background-color: #5344DC;
}
.BgClassName
{
background-color: #5344DC;
}
</style>
border-color css
<style>
span { border-color: #5344DC; }
span { border-color: rgb(83,68,220); }
td.TdClassName
{
border-color: #5344DC;
}
.TagClassName
{
border-color: #5344DC;
}
</style>