Shades of Slate Blue #534FDC
Tints of Slate Blue #534FDC
RGB
CMYK
RGB Variations
Color information
#534FDC (or 0x534FDC) is known color: Slate Blue. HEX triplet: 53, 4F and DC. RGB value is (83,79,220). Sum of RGB (Red+Green+Blue) = 83+79+220=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #534FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FDC is #ACB023. Grayscale: #5F5F5F. Windows color (decimal): -11317284 or 14438227. OLE color: 14438227.
HSL color Cylindrical-coordinate representation of color #534FDC: hue angle of 241.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534FDC is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 79 | 220 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.14 |
| HSL | 241.7º | 0.67% | 0.59% | - |
| HSV(B) | 241.7º | 0.64% | 0.86% | - |
| XYZ | 19.28 | 12.6 | 69.13 | - |
| YUV | 96.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 220 | 0.62 | 0.64 | 0 | 0.14 | 241.7 | 0.67 | 0.59 |
| Hex | 53 | 4F | DC | 3E | 40 | 0 | E | F2 | 43 | 3B |
| Octal | 123 | 117 | 334 | 76 | 100 | 0 | 16 | 362 | 103 | 73 |
| Binary | 1010011 | 1001111 | 11011100 | 111110 | 1000000 | 0 | 1110 | 11110010 | 1000011 | 111011 |
Color Harmonies of #534FDC
Complementary color
Monochromatic Colors of #534FDC
Black with #534FDC
Text Example
Text Example
White with #534FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FDC; }
p { color: rgb(83,79,220); }
H1.HeaderClassName
{
color: #534FDC;
}
.AnyTagClassName
{
color: #534FDC;
}
</style>
background-color css
<style>
a { background-color: #534FDC; }
a { background-color: rgb(83,79,220); }
div.DivClassName
{
background-color: #534FDC;
}
.BgClassName
{
background-color: #534FDC;
}
</style>
border-color css
<style>
span { border-color: #534FDC; }
span { border-color: rgb(83,79,220); }
td.TdClassName
{
border-color: #534FDC;
}
.TagClassName
{
border-color: #534FDC;
}
</style>