Shades of Slate Blue #5340DC
Tints of Slate Blue #5340DC
RGB
CMYK
RGB Variations
Color information
#5340DC (or 0x5340DC) is known color: Slate Blue. HEX triplet: 53, 40 and DC. RGB value is (83,64,220). Sum of RGB (Red+Green+Blue) = 83+64+220=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #5340DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340DC is #ACBF23. Grayscale: #565656. Windows color (decimal): -11321124 or 14434387. OLE color: 14434387.
HSL color Cylindrical-coordinate representation of color #5340DC: hue angle of 247.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5340DC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 64 | 220 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.14 |
| HSL | 247.31º | 0.69% | 0.56% | - |
| HSV(B) | 247.31º | 0.71% | 0.86% | - |
| XYZ | 18.32 | 10.67 | 68.8 | - |
| YUV | 87.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 220 | 0.62 | 0.71 | 0 | 0.14 | 247.31 | 0.69 | 0.56 |
| Hex | 53 | 40 | DC | 3E | 47 | 0 | E | F7 | 45 | 38 |
| Octal | 123 | 100 | 334 | 76 | 107 | 0 | 16 | 367 | 105 | 70 |
| Binary | 1010011 | 1000000 | 11011100 | 111110 | 1000111 | 0 | 1110 | 11110111 | 1000101 | 111000 |
Color Harmonies of #5340DC
Complementary color
Monochromatic Colors of #5340DC
Black with #5340DC
Text Example
Text Example
White with #5340DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340DC; }
p { color: rgb(83,64,220); }
H1.HeaderClassName
{
color: #5340DC;
}
.AnyTagClassName
{
color: #5340DC;
}
</style>
background-color css
<style>
a { background-color: #5340DC; }
a { background-color: rgb(83,64,220); }
div.DivClassName
{
background-color: #5340DC;
}
.BgClassName
{
background-color: #5340DC;
}
</style>
border-color css
<style>
span { border-color: #5340DC; }
span { border-color: rgb(83,64,220); }
td.TdClassName
{
border-color: #5340DC;
}
.TagClassName
{
border-color: #5340DC;
}
</style>