Shades of Slate Blue #524CDC
Tints of Slate Blue #524CDC
RGB
CMYK
RGB Variations
Color information
#524CDC (or 0x524CDC) is known color: Slate Blue. HEX triplet: 52, 4C and DC. RGB value is (82,76,220). Sum of RGB (Red+Green+Blue) = 82+76+220=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #524CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CDC is #ADB323. Grayscale: #5D5D5D. Windows color (decimal): -11383588 or 14437458. OLE color: 14437458.
HSL color Cylindrical-coordinate representation of color #524CDC: hue angle of 242.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524CDC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 76 | 220 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.14 |
| HSL | 242.5º | 0.67% | 0.58% | - |
| HSV(B) | 242.5º | 0.65% | 0.86% | - |
| XYZ | 18.98 | 12.13 | 69.05 | - |
| YUV | 94.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 220 | 0.63 | 0.65 | 0 | 0.14 | 242.5 | 0.67 | 0.58 |
| Hex | 52 | 4C | DC | 3F | 41 | 0 | E | F2 | 43 | 3A |
| Octal | 122 | 114 | 334 | 77 | 101 | 0 | 16 | 362 | 103 | 72 |
| Binary | 1010010 | 1001100 | 11011100 | 111111 | 1000001 | 0 | 1110 | 11110010 | 1000011 | 111010 |
Color Harmonies of #524CDC
Complementary color
Monochromatic Colors of #524CDC
Black with #524CDC
Text Example
Text Example
White with #524CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CDC; }
p { color: rgb(82,76,220); }
H1.HeaderClassName
{
color: #524CDC;
}
.AnyTagClassName
{
color: #524CDC;
}
</style>
background-color css
<style>
a { background-color: #524CDC; }
a { background-color: rgb(82,76,220); }
div.DivClassName
{
background-color: #524CDC;
}
.BgClassName
{
background-color: #524CDC;
}
</style>
border-color css
<style>
span { border-color: #524CDC; }
span { border-color: rgb(82,76,220); }
td.TdClassName
{
border-color: #524CDC;
}
.TagClassName
{
border-color: #524CDC;
}
</style>