Shades of Slate Blue #5341D8
Tints of Slate Blue #5341D8
RGB
CMYK
RGB Variations
Color information
#5341D8 (or 0x5341D8) is known color: Slate Blue. HEX triplet: 53, 41 and D8. RGB value is (83,65,216). Sum of RGB (Red+Green+Blue) = 83+65+216=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #5341D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341D8 is #ACBE27. Grayscale: #575757. Windows color (decimal): -11320872 or 14172499. OLE color: 14172499.
HSL color Cylindrical-coordinate representation of color #5341D8: hue angle of 247.15º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5341D8 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 65 | 216 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.15 |
| HSL | 247.15º | 0.66% | 0.55% | - |
| HSV(B) | 247.15º | 0.7% | 0.85% | - |
| XYZ | 17.85 | 10.58 | 66.07 | - |
| YUV | 87.6 | 200.46 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 216 | 0.62 | 0.70 | 0 | 0.15 | 247.15 | 0.66 | 0.55 |
| Hex | 53 | 41 | D8 | 3E | 46 | 0 | F | F7 | 42 | 37 |
| Octal | 123 | 101 | 330 | 76 | 106 | 0 | 17 | 367 | 102 | 67 |
| Binary | 1010011 | 1000001 | 11011000 | 111110 | 1000110 | 0 | 1111 | 11110111 | 1000010 | 110111 |
Color Harmonies of #5341D8
Complementary color
Monochromatic Colors of #5341D8
Black with #5341D8
Text Example
Text Example
White with #5341D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341D8; }
p { color: rgb(83,65,216); }
H1.HeaderClassName
{
color: #5341D8;
}
.AnyTagClassName
{
color: #5341D8;
}
</style>
background-color css
<style>
a { background-color: #5341D8; }
a { background-color: rgb(83,65,216); }
div.DivClassName
{
background-color: #5341D8;
}
.BgClassName
{
background-color: #5341D8;
}
</style>
border-color css
<style>
span { border-color: #5341D8; }
span { border-color: rgb(83,65,216); }
td.TdClassName
{
border-color: #5341D8;
}
.TagClassName
{
border-color: #5341D8;
}
</style>