Shades of Slate Blue #5355D9
Tints of Slate Blue #5355D9
RGB
CMYK
RGB Variations
Color information
#5355D9 (or 0x5355D9) is known color: Slate Blue. HEX triplet: 53, 55 and D9. RGB value is (83,85,217). Sum of RGB (Red+Green+Blue) = 83+85+217=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #5355D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355D9 is #ACAA26. Grayscale: #626262. Windows color (decimal): -11315751 or 14243155. OLE color: 14243155.
HSL color Cylindrical-coordinate representation of color #5355D9: hue angle of 239.1º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5355D9 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 85 | 217 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.15 |
| HSL | 239.1º | 0.64% | 0.59% | - |
| HSV(B) | 239.1º | 0.62% | 0.85% | - |
| XYZ | 19.34 | 13.35 | 67.2 | - |
| YUV | 99.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 217 | 0.62 | 0.61 | 0 | 0.15 | 239.1 | 0.64 | 0.59 |
| Hex | 53 | 55 | D9 | 3E | 3D | 0 | F | EF | 40 | 3B |
| Octal | 123 | 125 | 331 | 76 | 75 | 0 | 17 | 357 | 100 | 73 |
| Binary | 1010011 | 1010101 | 11011001 | 111110 | 111101 | 0 | 1111 | 11101111 | 1000000 | 111011 |
Color Harmonies of #5355D9
Complementary color
Monochromatic Colors of #5355D9
Black with #5355D9
Text Example
Text Example
White with #5355D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355D9; }
p { color: rgb(83,85,217); }
H1.HeaderClassName
{
color: #5355D9;
}
.AnyTagClassName
{
color: #5355D9;
}
</style>
background-color css
<style>
a { background-color: #5355D9; }
a { background-color: rgb(83,85,217); }
div.DivClassName
{
background-color: #5355D9;
}
.BgClassName
{
background-color: #5355D9;
}
</style>
border-color css
<style>
span { border-color: #5355D9; }
span { border-color: rgb(83,85,217); }
td.TdClassName
{
border-color: #5355D9;
}
.TagClassName
{
border-color: #5355D9;
}
</style>