Shades of Slate Blue #5343CD
Tints of Slate Blue #5343CD
RGB
CMYK
RGB Variations
Color information
#5343CD (or 0x5343CD) is known color: Slate Blue. HEX triplet: 53, 43 and CD. RGB value is (83,67,205). Sum of RGB (Red+Green+Blue) = 83+67+205=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #5343CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5343CD is #ACBC32. Grayscale: #565656. Windows color (decimal): -11320371 or 13452115. OLE color: 13452115.
HSL color Cylindrical-coordinate representation of color #5343CD: hue angle of 246.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5343CD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 67 | 205 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.20 |
| HSL | 246.96º | 0.58% | 0.53% | - |
| HSV(B) | 246.96º | 0.67% | 0.8% | - |
| XYZ | 16.59 | 10.26 | 58.86 | - |
| YUV | 87.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 205 | 0.60 | 0.67 | 0 | 0.20 | 246.96 | 0.58 | 0.53 |
| Hex | 53 | 43 | CD | 3C | 43 | 0 | 14 | F7 | 3A | 35 |
| Octal | 123 | 103 | 315 | 74 | 103 | 0 | 24 | 367 | 72 | 65 |
| Binary | 1010011 | 1000011 | 11001101 | 111100 | 1000011 | 0 | 10100 | 11110111 | 111010 | 110101 |
Color Harmonies of #5343CD
Complementary color
Monochromatic Colors of #5343CD
Black with #5343CD
Text Example
Text Example
White with #5343CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343CD; }
p { color: rgb(83,67,205); }
H1.HeaderClassName
{
color: #5343CD;
}
.AnyTagClassName
{
color: #5343CD;
}
</style>
background-color css
<style>
a { background-color: #5343CD; }
a { background-color: rgb(83,67,205); }
div.DivClassName
{
background-color: #5343CD;
}
.BgClassName
{
background-color: #5343CD;
}
</style>
border-color css
<style>
span { border-color: #5343CD; }
span { border-color: rgb(83,67,205); }
td.TdClassName
{
border-color: #5343CD;
}
.TagClassName
{
border-color: #5343CD;
}
</style>