Shades of Slate Blue #5D61CE
Tints of Slate Blue #5D61CE
RGB
CMYK
RGB Variations
Color information
#5D61CE (or 0x5D61CE) is known color: Slate Blue. HEX triplet: 5D, 61 and CE. RGB value is (93,97,206). Sum of RGB (Red+Green+Blue) = 93+97+206=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61CE is #A29E31. Grayscale: #6B6B6B. Windows color (decimal): -10657330 or 13525341. OLE color: 13525341.
HSL color Cylindrical-coordinate representation of color #5D61CE: hue angle of 237.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D61CE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 97 | 206 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.19 |
| HSL | 237.88º | 0.54% | 0.59% | - |
| HSV(B) | 237.88º | 0.55% | 0.81% | - |
| XYZ | 19.93 | 15.33 | 60.3 | - |
| YUV | 108.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 206 | 0.55 | 0.53 | 0 | 0.19 | 237.88 | 0.54 | 0.59 |
| Hex | 5D | 61 | CE | 37 | 35 | 0 | 13 | EE | 36 | 3B |
| Octal | 135 | 141 | 316 | 67 | 65 | 0 | 23 | 356 | 66 | 73 |
| Binary | 1011101 | 1100001 | 11001110 | 110111 | 110101 | 0 | 10011 | 11101110 | 110110 | 111011 |
Color Harmonies of #5D61CE
Complementary color
Monochromatic Colors of #5D61CE
Black with #5D61CE
Text Example
Text Example
White with #5D61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D61CE; }
p { color: rgb(93,97,206); }
H1.HeaderClassName
{
color: #5D61CE;
}
.AnyTagClassName
{
color: #5D61CE;
}
</style>
background-color css
<style>
a { background-color: #5D61CE; }
a { background-color: rgb(93,97,206); }
div.DivClassName
{
background-color: #5D61CE;
}
.BgClassName
{
background-color: #5D61CE;
}
</style>
border-color css
<style>
span { border-color: #5D61CE; }
span { border-color: rgb(93,97,206); }
td.TdClassName
{
border-color: #5D61CE;
}
.TagClassName
{
border-color: #5D61CE;
}
</style>