Shades of Slate Blue #5340CF
Tints of Slate Blue #5340CF
RGB
CMYK
RGB Variations
Color information
#5340CF (or 0x5340CF) is known color: Slate Blue. HEX triplet: 53, 40 and CF. RGB value is (83,64,207). Sum of RGB (Red+Green+Blue) = 83+64+207=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #5340CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340CF is #ACBF30. Grayscale: #555555. Windows color (decimal): -11321137 or 13582419. OLE color: 13582419.
HSL color Cylindrical-coordinate representation of color #5340CF: hue angle of 247.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5340CF is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 64 | 207 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.19 |
| HSL | 247.97º | 0.6% | 0.53% | - |
| HSV(B) | 247.97º | 0.69% | 0.81% | - |
| XYZ | 16.66 | 10.01 | 60.09 | - |
| YUV | 85.98 | 196.29 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 207 | 0.60 | 0.69 | 0 | 0.19 | 247.97 | 0.6 | 0.53 |
| Hex | 53 | 40 | CF | 3C | 45 | 0 | 13 | F8 | 3C | 35 |
| Octal | 123 | 100 | 317 | 74 | 105 | 0 | 23 | 370 | 74 | 65 |
| Binary | 1010011 | 1000000 | 11001111 | 111100 | 1000101 | 0 | 10011 | 11111000 | 111100 | 110101 |
Color Harmonies of #5340CF
Complementary color
Monochromatic Colors of #5340CF
Black with #5340CF
Text Example
Text Example
White with #5340CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340CF; }
p { color: rgb(83,64,207); }
H1.HeaderClassName
{
color: #5340CF;
}
.AnyTagClassName
{
color: #5340CF;
}
</style>
background-color css
<style>
a { background-color: #5340CF; }
a { background-color: rgb(83,64,207); }
div.DivClassName
{
background-color: #5340CF;
}
.BgClassName
{
background-color: #5340CF;
}
</style>
border-color css
<style>
span { border-color: #5340CF; }
span { border-color: rgb(83,64,207); }
td.TdClassName
{
border-color: #5340CF;
}
.TagClassName
{
border-color: #5340CF;
}
</style>