Shades of Slate Blue #555BDC
Tints of Slate Blue #555BDC
RGB
CMYK
RGB Variations
Color information
#555BDC (or 0x555BDC) is known color: Slate Blue. HEX triplet: 55, 5B and DC. RGB value is (85,91,220). Sum of RGB (Red+Green+Blue) = 85+91+220=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #555BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BDC is #AAA423. Grayscale: #676767. Windows color (decimal): -11183140 or 14441301. OLE color: 14441301.
HSL color Cylindrical-coordinate representation of color #555BDC: hue angle of 237.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555BDC is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 91 | 220 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.14 |
| HSL | 237.33º | 0.66% | 0.6% | - |
| HSV(B) | 237.33º | 0.61% | 0.86% | - |
| XYZ | 20.41 | 14.58 | 69.45 | - |
| YUV | 103.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 220 | 0.61 | 0.59 | 0 | 0.14 | 237.33 | 0.66 | 0.6 |
| Hex | 55 | 5B | DC | 3D | 3B | 0 | E | ED | 42 | 3C |
| Octal | 125 | 133 | 334 | 75 | 73 | 0 | 16 | 355 | 102 | 74 |
| Binary | 1010101 | 1011011 | 11011100 | 111101 | 111011 | 0 | 1110 | 11101101 | 1000010 | 111100 |
Color Harmonies of #555BDC
Complementary color
Monochromatic Colors of #555BDC
Black with #555BDC
Text Example
Text Example
White with #555BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BDC; }
p { color: rgb(85,91,220); }
H1.HeaderClassName
{
color: #555BDC;
}
.AnyTagClassName
{
color: #555BDC;
}
</style>
background-color css
<style>
a { background-color: #555BDC; }
a { background-color: rgb(85,91,220); }
div.DivClassName
{
background-color: #555BDC;
}
.BgClassName
{
background-color: #555BDC;
}
</style>
border-color css
<style>
span { border-color: #555BDC; }
span { border-color: rgb(85,91,220); }
td.TdClassName
{
border-color: #555BDC;
}
.TagClassName
{
border-color: #555BDC;
}
</style>