Shades of Slate Blue #523FDC
Tints of Slate Blue #523FDC
RGB
CMYK
RGB Variations
Color information
#523FDC (or 0x523FDC) is known color: Slate Blue. HEX triplet: 52, 3F and DC. RGB value is (82,63,220). Sum of RGB (Red+Green+Blue) = 82+63+220=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #523FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FDC is #ADC023. Grayscale: #555555. Windows color (decimal): -11386916 or 14434130. OLE color: 14434130.
HSL color Cylindrical-coordinate representation of color #523FDC: hue angle of 247.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523FDC is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 63 | 220 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.14 |
| HSL | 247.26º | 0.69% | 0.55% | - |
| HSV(B) | 247.26º | 0.71% | 0.86% | - |
| XYZ | 18.18 | 10.52 | 68.78 | - |
| YUV | 86.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 220 | 0.63 | 0.71 | 0 | 0.14 | 247.26 | 0.69 | 0.55 |
| Hex | 52 | 3F | DC | 3F | 47 | 0 | E | F7 | 45 | 37 |
| Octal | 122 | 77 | 334 | 77 | 107 | 0 | 16 | 367 | 105 | 67 |
| Binary | 1010010 | 111111 | 11011100 | 111111 | 1000111 | 0 | 1110 | 11110111 | 1000101 | 110111 |
Color Harmonies of #523FDC
Complementary color
Monochromatic Colors of #523FDC
Black with #523FDC
Text Example
Text Example
White with #523FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FDC; }
p { color: rgb(82,63,220); }
H1.HeaderClassName
{
color: #523FDC;
}
.AnyTagClassName
{
color: #523FDC;
}
</style>
background-color css
<style>
a { background-color: #523FDC; }
a { background-color: rgb(82,63,220); }
div.DivClassName
{
background-color: #523FDC;
}
.BgClassName
{
background-color: #523FDC;
}
</style>
border-color css
<style>
span { border-color: #523FDC; }
span { border-color: rgb(82,63,220); }
td.TdClassName
{
border-color: #523FDC;
}
.TagClassName
{
border-color: #523FDC;
}
</style>