Shades of Slate Blue #534FDD
Tints of Slate Blue #534FDD
RGB
CMYK
RGB Variations
Color information
#534FDD (or 0x534FDD) is known color: Slate Blue. HEX triplet: 53, 4F and DD. RGB value is (83,79,221). Sum of RGB (Red+Green+Blue) = 83+79+221=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #534FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FDD is #ACB022. Grayscale: #5F5F5F. Windows color (decimal): -11317283 or 14503763. OLE color: 14503763.
HSL color Cylindrical-coordinate representation of color #534FDD: hue angle of 241.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534FDD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 79 | 221 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.13 |
| HSL | 241.69º | 0.68% | 0.59% | - |
| HSV(B) | 241.69º | 0.64% | 0.87% | - |
| XYZ | 19.41 | 12.65 | 69.83 | - |
| YUV | 96.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 221 | 0.62 | 0.64 | 0 | 0.13 | 241.69 | 0.68 | 0.59 |
| Hex | 53 | 4F | DD | 3E | 40 | 0 | D | F2 | 44 | 3B |
| Octal | 123 | 117 | 335 | 76 | 100 | 0 | 15 | 362 | 104 | 73 |
| Binary | 1010011 | 1001111 | 11011101 | 111110 | 1000000 | 0 | 1101 | 11110010 | 1000100 | 111011 |
Color Harmonies of #534FDD
Complementary color
Monochromatic Colors of #534FDD
Black with #534FDD
Text Example
Text Example
White with #534FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FDD; }
p { color: rgb(83,79,221); }
H1.HeaderClassName
{
color: #534FDD;
}
.AnyTagClassName
{
color: #534FDD;
}
</style>
background-color css
<style>
a { background-color: #534FDD; }
a { background-color: rgb(83,79,221); }
div.DivClassName
{
background-color: #534FDD;
}
.BgClassName
{
background-color: #534FDD;
}
</style>
border-color css
<style>
span { border-color: #534FDD; }
span { border-color: rgb(83,79,221); }
td.TdClassName
{
border-color: #534FDD;
}
.TagClassName
{
border-color: #534FDD;
}
</style>