Shades of Slate Blue #534BDC
Tints of Slate Blue #534BDC
RGB
CMYK
RGB Variations
Color information
#534BDC (or 0x534BDC) is known color: Slate Blue. HEX triplet: 53, 4B and DC. RGB value is (83,75,220). Sum of RGB (Red+Green+Blue) = 83+75+220=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 75 (29.69% from 255 or 19.84% 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 #534BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BDC is #ACB423. Grayscale: #5D5D5D. Windows color (decimal): -11318308 or 14437203. OLE color: 14437203.
HSL color Cylindrical-coordinate representation of color #534BDC: hue angle of 243.31º 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 #534BDC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 75 | 220 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.14 |
| HSL | 243.31º | 0.67% | 0.58% | - |
| HSV(B) | 243.31º | 0.66% | 0.86% | - |
| XYZ | 19 | 12.04 | 69.03 | - |
| YUV | 93.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 220 | 0.62 | 0.66 | 0 | 0.14 | 243.31 | 0.67 | 0.58 |
| Hex | 53 | 4B | DC | 3E | 42 | 0 | E | F3 | 43 | 3A |
| Octal | 123 | 113 | 334 | 76 | 102 | 0 | 16 | 363 | 103 | 72 |
| Binary | 1010011 | 1001011 | 11011100 | 111110 | 1000010 | 0 | 1110 | 11110011 | 1000011 | 111010 |
Color Harmonies of #534BDC
Complementary color
Monochromatic Colors of #534BDC
Black with #534BDC
Text Example
Text Example
White with #534BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BDC; }
p { color: rgb(83,75,220); }
H1.HeaderClassName
{
color: #534BDC;
}
.AnyTagClassName
{
color: #534BDC;
}
</style>
background-color css
<style>
a { background-color: #534BDC; }
a { background-color: rgb(83,75,220); }
div.DivClassName
{
background-color: #534BDC;
}
.BgClassName
{
background-color: #534BDC;
}
</style>
border-color css
<style>
span { border-color: #534BDC; }
span { border-color: rgb(83,75,220); }
td.TdClassName
{
border-color: #534BDC;
}
.TagClassName
{
border-color: #534BDC;
}
</style>