Shades of Slate Blue #524BDC
Tints of Slate Blue #524BDC
RGB
CMYK
RGB Variations
Color information
#524BDC (or 0x524BDC) is known color: Slate Blue. HEX triplet: 52, 4B and DC. RGB value is (82,75,220). Sum of RGB (Red+Green+Blue) = 82+75+220=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #524BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BDC is #ADB423. Grayscale: #5D5D5D. Windows color (decimal): -11383844 or 14437202. OLE color: 14437202.
HSL color Cylindrical-coordinate representation of color #524BDC: hue angle of 242.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524BDC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 75 | 220 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.14 |
| HSL | 242.9º | 0.67% | 0.58% | - |
| HSV(B) | 242.9º | 0.66% | 0.86% | - |
| XYZ | 18.91 | 11.99 | 69.03 | - |
| YUV | 93.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 220 | 0.63 | 0.66 | 0 | 0.14 | 242.9 | 0.67 | 0.58 |
| Hex | 52 | 4B | DC | 3F | 42 | 0 | E | F3 | 43 | 3A |
| Octal | 122 | 113 | 334 | 77 | 102 | 0 | 16 | 363 | 103 | 72 |
| Binary | 1010010 | 1001011 | 11011100 | 111111 | 1000010 | 0 | 1110 | 11110011 | 1000011 | 111010 |
Color Harmonies of #524BDC
Complementary color
Monochromatic Colors of #524BDC
Black with #524BDC
Text Example
Text Example
White with #524BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BDC; }
p { color: rgb(82,75,220); }
H1.HeaderClassName
{
color: #524BDC;
}
.AnyTagClassName
{
color: #524BDC;
}
</style>
background-color css
<style>
a { background-color: #524BDC; }
a { background-color: rgb(82,75,220); }
div.DivClassName
{
background-color: #524BDC;
}
.BgClassName
{
background-color: #524BDC;
}
</style>
border-color css
<style>
span { border-color: #524BDC; }
span { border-color: rgb(82,75,220); }
td.TdClassName
{
border-color: #524BDC;
}
.TagClassName
{
border-color: #524BDC;
}
</style>