Shades of Slate Blue #555CDA
Tints of Slate Blue #555CDA
RGB
CMYK
RGB Variations
Color information
#555CDA (or 0x555CDA) is known color: Slate Blue. HEX triplet: 55, 5C and DA. RGB value is (85,92,218). Sum of RGB (Red+Green+Blue) = 85+92+218=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #555CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CDA is #AAA325. Grayscale: #676767. Windows color (decimal): -11182886 or 14310485. OLE color: 14310485.
HSL color Cylindrical-coordinate representation of color #555CDA: hue angle of 236.84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555CDA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 92 | 218 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.15 |
| HSL | 236.84º | 0.64% | 0.59% | - |
| HSV(B) | 236.84º | 0.61% | 0.85% | - |
| XYZ | 20.23 | 14.65 | 68.09 | - |
| YUV | 104.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 218 | 0.61 | 0.58 | 0 | 0.15 | 236.84 | 0.64 | 0.59 |
| Hex | 55 | 5C | DA | 3D | 3A | 0 | F | ED | 40 | 3B |
| Octal | 125 | 134 | 332 | 75 | 72 | 0 | 17 | 355 | 100 | 73 |
| Binary | 1010101 | 1011100 | 11011010 | 111101 | 111010 | 0 | 1111 | 11101101 | 1000000 | 111011 |
Color Harmonies of #555CDA
Complementary color
Monochromatic Colors of #555CDA
Black with #555CDA
Text Example
Text Example
White with #555CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CDA; }
p { color: rgb(85,92,218); }
H1.HeaderClassName
{
color: #555CDA;
}
.AnyTagClassName
{
color: #555CDA;
}
</style>
background-color css
<style>
a { background-color: #555CDA; }
a { background-color: rgb(85,92,218); }
div.DivClassName
{
background-color: #555CDA;
}
.BgClassName
{
background-color: #555CDA;
}
</style>
border-color css
<style>
span { border-color: #555CDA; }
span { border-color: rgb(85,92,218); }
td.TdClassName
{
border-color: #555CDA;
}
.TagClassName
{
border-color: #555CDA;
}
</style>