Shades of Slate Blue #5345DC
Tints of Slate Blue #5345DC
RGB
CMYK
RGB Variations
Color information
#5345DC (or 0x5345DC) is known color: Slate Blue. HEX triplet: 53, 45 and DC. RGB value is (83,69,220). Sum of RGB (Red+Green+Blue) = 83+69+220=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5345DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345DC is #ACBA23. Grayscale: #595959. Windows color (decimal): -11319844 or 14435667. OLE color: 14435667.
HSL color Cylindrical-coordinate representation of color #5345DC: hue angle of 245.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5345DC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 69 | 220 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.14 |
| HSL | 245.56º | 0.68% | 0.57% | - |
| HSV(B) | 245.56º | 0.69% | 0.86% | - |
| XYZ | 18.61 | 11.26 | 68.9 | - |
| YUV | 90.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 220 | 0.62 | 0.69 | 0 | 0.14 | 245.56 | 0.68 | 0.57 |
| Hex | 53 | 45 | DC | 3E | 45 | 0 | E | F6 | 44 | 39 |
| Octal | 123 | 105 | 334 | 76 | 105 | 0 | 16 | 366 | 104 | 71 |
| Binary | 1010011 | 1000101 | 11011100 | 111110 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111001 |
Color Harmonies of #5345DC
Complementary color
Monochromatic Colors of #5345DC
Black with #5345DC
Text Example
Text Example
White with #5345DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345DC; }
p { color: rgb(83,69,220); }
H1.HeaderClassName
{
color: #5345DC;
}
.AnyTagClassName
{
color: #5345DC;
}
</style>
background-color css
<style>
a { background-color: #5345DC; }
a { background-color: rgb(83,69,220); }
div.DivClassName
{
background-color: #5345DC;
}
.BgClassName
{
background-color: #5345DC;
}
</style>
border-color css
<style>
span { border-color: #5345DC; }
span { border-color: rgb(83,69,220); }
td.TdClassName
{
border-color: #5345DC;
}
.TagClassName
{
border-color: #5345DC;
}
</style>