Shades of Slate Blue #5343CF
Tints of Slate Blue #5343CF
RGB
CMYK
RGB Variations
Color information
#5343CF (or 0x5343CF) is known color: Slate Blue. HEX triplet: 53, 43 and CF. RGB value is (83,67,207). Sum of RGB (Red+Green+Blue) = 83+67+207=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #5343CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5343CF is #ACBC30. Grayscale: #575757. Windows color (decimal): -11320369 or 13583187. OLE color: 13583187.
HSL color Cylindrical-coordinate representation of color #5343CF: hue angle of 246.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5343CF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 67 | 207 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.19 |
| HSL | 246.86º | 0.59% | 0.54% | - |
| HSV(B) | 246.86º | 0.68% | 0.81% | - |
| XYZ | 16.84 | 10.36 | 60.14 | - |
| YUV | 87.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 207 | 0.60 | 0.68 | 0 | 0.19 | 246.86 | 0.59 | 0.54 |
| Hex | 53 | 43 | CF | 3C | 44 | 0 | 13 | F7 | 3B | 36 |
| Octal | 123 | 103 | 317 | 74 | 104 | 0 | 23 | 367 | 73 | 66 |
| Binary | 1010011 | 1000011 | 11001111 | 111100 | 1000100 | 0 | 10011 | 11110111 | 111011 | 110110 |
Color Harmonies of #5343CF
Complementary color
Monochromatic Colors of #5343CF
Black with #5343CF
Text Example
Text Example
White with #5343CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343CF; }
p { color: rgb(83,67,207); }
H1.HeaderClassName
{
color: #5343CF;
}
.AnyTagClassName
{
color: #5343CF;
}
</style>
background-color css
<style>
a { background-color: #5343CF; }
a { background-color: rgb(83,67,207); }
div.DivClassName
{
background-color: #5343CF;
}
.BgClassName
{
background-color: #5343CF;
}
</style>
border-color css
<style>
span { border-color: #5343CF; }
span { border-color: rgb(83,67,207); }
td.TdClassName
{
border-color: #5343CF;
}
.TagClassName
{
border-color: #5343CF;
}
</style>