Shades of Slate Blue #524ADC
Tints of Slate Blue #524ADC
RGB
CMYK
RGB Variations
Color information
#524ADC (or 0x524ADC) is known color: Slate Blue. HEX triplet: 52, 4A and DC. RGB value is (82,74,220). Sum of RGB (Red+Green+Blue) = 82+74+220=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #524ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ADC is #ADB523. Grayscale: #5C5C5C. Windows color (decimal): -11384100 or 14436946. OLE color: 14436946.
HSL color Cylindrical-coordinate representation of color #524ADC: hue angle of 243.29º degrees, saturation: 0.68, 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 #524ADC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 74 | 220 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.14 |
| HSL | 243.29º | 0.68% | 0.58% | - |
| HSV(B) | 243.29º | 0.66% | 0.86% | - |
| XYZ | 18.85 | 11.86 | 69.01 | - |
| YUV | 93.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 220 | 0.63 | 0.66 | 0 | 0.14 | 243.29 | 0.68 | 0.58 |
| Hex | 52 | 4A | DC | 3F | 42 | 0 | E | F3 | 44 | 3A |
| Octal | 122 | 112 | 334 | 77 | 102 | 0 | 16 | 363 | 104 | 72 |
| Binary | 1010010 | 1001010 | 11011100 | 111111 | 1000010 | 0 | 1110 | 11110011 | 1000100 | 111010 |
Color Harmonies of #524ADC
Complementary color
Monochromatic Colors of #524ADC
Black with #524ADC
Text Example
Text Example
White with #524ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ADC; }
p { color: rgb(82,74,220); }
H1.HeaderClassName
{
color: #524ADC;
}
.AnyTagClassName
{
color: #524ADC;
}
</style>
background-color css
<style>
a { background-color: #524ADC; }
a { background-color: rgb(82,74,220); }
div.DivClassName
{
background-color: #524ADC;
}
.BgClassName
{
background-color: #524ADC;
}
</style>
border-color css
<style>
span { border-color: #524ADC; }
span { border-color: rgb(82,74,220); }
td.TdClassName
{
border-color: #524ADC;
}
.TagClassName
{
border-color: #524ADC;
}
</style>