Shades of Slate Blue #5354DC
Tints of Slate Blue #5354DC
RGB
CMYK
RGB Variations
Color information
#5354DC (or 0x5354DC) is known color: Slate Blue. HEX triplet: 53, 54 and DC. RGB value is (83,84,220). Sum of RGB (Red+Green+Blue) = 83+84+220=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #5354DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354DC is #ACAB23. Grayscale: #626262. Windows color (decimal): -11316004 or 14439507. OLE color: 14439507.
HSL color Cylindrical-coordinate representation of color #5354DC: hue angle of 239.56º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5354DC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 84 | 220 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.14 |
| HSL | 239.56º | 0.66% | 0.59% | - |
| HSV(B) | 239.56º | 0.62% | 0.86% | - |
| XYZ | 19.66 | 13.35 | 69.25 | - |
| YUV | 99.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 220 | 0.62 | 0.62 | 0 | 0.14 | 239.56 | 0.66 | 0.59 |
| Hex | 53 | 54 | DC | 3E | 3E | 0 | E | F0 | 42 | 3B |
| Octal | 123 | 124 | 334 | 76 | 76 | 0 | 16 | 360 | 102 | 73 |
| Binary | 1010011 | 1010100 | 11011100 | 111110 | 111110 | 0 | 1110 | 11110000 | 1000010 | 111011 |
Color Harmonies of #5354DC
Complementary color
Monochromatic Colors of #5354DC
Black with #5354DC
Text Example
Text Example
White with #5354DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5354DC; }
p { color: rgb(83,84,220); }
H1.HeaderClassName
{
color: #5354DC;
}
.AnyTagClassName
{
color: #5354DC;
}
</style>
background-color css
<style>
a { background-color: #5354DC; }
a { background-color: rgb(83,84,220); }
div.DivClassName
{
background-color: #5354DC;
}
.BgClassName
{
background-color: #5354DC;
}
</style>
border-color css
<style>
span { border-color: #5354DC; }
span { border-color: rgb(83,84,220); }
td.TdClassName
{
border-color: #5354DC;
}
.TagClassName
{
border-color: #5354DC;
}
</style>