Shades of Slate Blue #524FDC
Tints of Slate Blue #524FDC
RGB
CMYK
RGB Variations
Color information
#524FDC (or 0x524FDC) is known color: Slate Blue. HEX triplet: 52, 4F and DC. RGB value is (82,79,220). Sum of RGB (Red+Green+Blue) = 82+79+220=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #524FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FDC is #ADB023. Grayscale: #5F5F5F. Windows color (decimal): -11382820 or 14438226. OLE color: 14438226.
HSL color Cylindrical-coordinate representation of color #524FDC: hue angle of 241.28º 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 #524FDC is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 79 | 220 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.14 |
| HSL | 241.28º | 0.67% | 0.59% | - |
| HSV(B) | 241.28º | 0.64% | 0.86% | - |
| XYZ | 19.19 | 12.55 | 69.12 | - |
| YUV | 95.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 220 | 0.63 | 0.64 | 0 | 0.14 | 241.28 | 0.67 | 0.59 |
| Hex | 52 | 4F | DC | 3F | 40 | 0 | E | F1 | 43 | 3B |
| Octal | 122 | 117 | 334 | 77 | 100 | 0 | 16 | 361 | 103 | 73 |
| Binary | 1010010 | 1001111 | 11011100 | 111111 | 1000000 | 0 | 1110 | 11110001 | 1000011 | 111011 |
Color Harmonies of #524FDC
Complementary color
Monochromatic Colors of #524FDC
Black with #524FDC
Text Example
Text Example
White with #524FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FDC; }
p { color: rgb(82,79,220); }
H1.HeaderClassName
{
color: #524FDC;
}
.AnyTagClassName
{
color: #524FDC;
}
</style>
background-color css
<style>
a { background-color: #524FDC; }
a { background-color: rgb(82,79,220); }
div.DivClassName
{
background-color: #524FDC;
}
.BgClassName
{
background-color: #524FDC;
}
</style>
border-color css
<style>
span { border-color: #524FDC; }
span { border-color: rgb(82,79,220); }
td.TdClassName
{
border-color: #524FDC;
}
.TagClassName
{
border-color: #524FDC;
}
</style>