Shades of Slate Blue #5355DC
Tints of Slate Blue #5355DC
RGB
CMYK
RGB Variations
Color information
#5355DC (or 0x5355DC) is known color: Slate Blue. HEX triplet: 53, 55 and DC. RGB value is (83,85,220). Sum of RGB (Red+Green+Blue) = 83+85+220=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5355DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355DC is #ACAA23. Grayscale: #636363. Windows color (decimal): -11315748 or 14439763. OLE color: 14439763.
HSL color Cylindrical-coordinate representation of color #5355DC: hue angle of 239.12º 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 #5355DC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 85 | 220 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.14 |
| HSL | 239.12º | 0.66% | 0.59% | - |
| HSV(B) | 239.12º | 0.62% | 0.86% | - |
| XYZ | 19.73 | 13.5 | 69.28 | - |
| YUV | 99.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 220 | 0.62 | 0.61 | 0 | 0.14 | 239.12 | 0.66 | 0.59 |
| Hex | 53 | 55 | DC | 3E | 3D | 0 | E | EF | 42 | 3B |
| Octal | 123 | 125 | 334 | 76 | 75 | 0 | 16 | 357 | 102 | 73 |
| Binary | 1010011 | 1010101 | 11011100 | 111110 | 111101 | 0 | 1110 | 11101111 | 1000010 | 111011 |
Color Harmonies of #5355DC
Complementary color
Monochromatic Colors of #5355DC
Black with #5355DC
Text Example
Text Example
White with #5355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355DC; }
p { color: rgb(83,85,220); }
H1.HeaderClassName
{
color: #5355DC;
}
.AnyTagClassName
{
color: #5355DC;
}
</style>
background-color css
<style>
a { background-color: #5355DC; }
a { background-color: rgb(83,85,220); }
div.DivClassName
{
background-color: #5355DC;
}
.BgClassName
{
background-color: #5355DC;
}
</style>
border-color css
<style>
span { border-color: #5355DC; }
span { border-color: rgb(83,85,220); }
td.TdClassName
{
border-color: #5355DC;
}
.TagClassName
{
border-color: #5355DC;
}
</style>