Shades of Slate Blue #553FDC
Tints of Slate Blue #553FDC
RGB
CMYK
RGB Variations
Color information
#553FDC (or 0x553FDC) is known color: Slate Blue. HEX triplet: 55, 3F and DC. RGB value is (85,63,220). Sum of RGB (Red+Green+Blue) = 85+63+220=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #553FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDC is #AAC023. Grayscale: #565656. Windows color (decimal): -11190308 or 14434133. OLE color: 14434133.
HSL color Cylindrical-coordinate representation of color #553FDC: hue angle of 248.41º 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 #553FDC is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 63 | 220 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.14 |
| HSL | 248.41º | 0.69% | 0.55% | - |
| HSV(B) | 248.41º | 0.71% | 0.86% | - |
| XYZ | 18.44 | 10.65 | 68.79 | - |
| YUV | 87.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 220 | 0.61 | 0.71 | 0 | 0.14 | 248.41 | 0.69 | 0.55 |
| Hex | 55 | 3F | DC | 3D | 47 | 0 | E | F8 | 45 | 37 |
| Octal | 125 | 77 | 334 | 75 | 107 | 0 | 16 | 370 | 105 | 67 |
| Binary | 1010101 | 111111 | 11011100 | 111101 | 1000111 | 0 | 1110 | 11111000 | 1000101 | 110111 |
Color Harmonies of #553FDC
Complementary color
Monochromatic Colors of #553FDC
Black with #553FDC
Text Example
Text Example
White with #553FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FDC; }
p { color: rgb(85,63,220); }
H1.HeaderClassName
{
color: #553FDC;
}
.AnyTagClassName
{
color: #553FDC;
}
</style>
background-color css
<style>
a { background-color: #553FDC; }
a { background-color: rgb(85,63,220); }
div.DivClassName
{
background-color: #553FDC;
}
.BgClassName
{
background-color: #553FDC;
}
</style>
border-color css
<style>
span { border-color: #553FDC; }
span { border-color: rgb(85,63,220); }
td.TdClassName
{
border-color: #553FDC;
}
.TagClassName
{
border-color: #553FDC;
}
</style>