Shades of Slate Blue #5C5DD1
Tints of Slate Blue #5C5DD1
RGB
CMYK
RGB Variations
Color information
#5C5DD1 (or 0x5C5DD1) is known color: Slate Blue. HEX triplet: 5C, 5D and D1. RGB value is (92,93,209). Sum of RGB (Red+Green+Blue) = 92+93+209=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C5DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DD1 is #A3A22E. Grayscale: #696969. Windows color (decimal): -10723887 or 13720924. OLE color: 13720924.
HSL color Cylindrical-coordinate representation of color #5C5DD1: hue angle of 239.49º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C5DD1 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 93 | 209 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.18 |
| HSL | 239.49º | 0.56% | 0.59% | - |
| HSV(B) | 239.49º | 0.56% | 0.82% | - |
| XYZ | 19.84 | 14.71 | 62.11 | - |
| YUV | 105.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 93 | 209 | 0.56 | 0.56 | 0 | 0.18 | 239.49 | 0.56 | 0.59 |
| Hex | 5C | 5D | D1 | 38 | 38 | 0 | 12 | EF | 38 | 3B |
| Octal | 134 | 135 | 321 | 70 | 70 | 0 | 22 | 357 | 70 | 73 |
| Binary | 1011100 | 1011101 | 11010001 | 111000 | 111000 | 0 | 10010 | 11101111 | 111000 | 111011 |
Color Harmonies of #5C5DD1
Complementary color
Monochromatic Colors of #5C5DD1
Black with #5C5DD1
Text Example
Text Example
White with #5C5DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5DD1; }
p { color: rgb(92,93,209); }
H1.HeaderClassName
{
color: #5C5DD1;
}
.AnyTagClassName
{
color: #5C5DD1;
}
</style>
background-color css
<style>
a { background-color: #5C5DD1; }
a { background-color: rgb(92,93,209); }
div.DivClassName
{
background-color: #5C5DD1;
}
.BgClassName
{
background-color: #5C5DD1;
}
</style>
border-color css
<style>
span { border-color: #5C5DD1; }
span { border-color: rgb(92,93,209); }
td.TdClassName
{
border-color: #5C5DD1;
}
.TagClassName
{
border-color: #5C5DD1;
}
</style>