Shades of Slate Blue #5E60DB
Tints of Slate Blue #5E60DB
RGB
CMYK
RGB Variations
Color information
#5E60DB (or 0x5E60DB) is known color: Slate Blue. HEX triplet: 5E, 60 and DB. RGB value is (94,96,219). Sum of RGB (Red+Green+Blue) = 94+96+219=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60DB is #A19F24. Grayscale: #6C6C6C. Windows color (decimal): -10592037 or 14377054. OLE color: 14377054.
HSL color Cylindrical-coordinate representation of color #5E60DB: hue angle of 239.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E60DB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 96 | 219 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.14 |
| HSL | 239.04º | 0.63% | 0.61% | - |
| HSV(B) | 239.04º | 0.57% | 0.86% | - |
| XYZ | 21.59 | 15.86 | 68.94 | - |
| YUV | 109.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 219 | 0.57 | 0.56 | 0 | 0.14 | 239.04 | 0.63 | 0.61 |
| Hex | 5E | 60 | DB | 39 | 38 | 0 | E | EF | 3F | 3D |
| Octal | 136 | 140 | 333 | 71 | 70 | 0 | 16 | 357 | 77 | 75 |
| Binary | 1011110 | 1100000 | 11011011 | 111001 | 111000 | 0 | 1110 | 11101111 | 111111 | 111101 |
Color Harmonies of #5E60DB
Complementary color
Monochromatic Colors of #5E60DB
Black with #5E60DB
Text Example
Text Example
White with #5E60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E60DB; }
p { color: rgb(94,96,219); }
H1.HeaderClassName
{
color: #5E60DB;
}
.AnyTagClassName
{
color: #5E60DB;
}
</style>
background-color css
<style>
a { background-color: #5E60DB; }
a { background-color: rgb(94,96,219); }
div.DivClassName
{
background-color: #5E60DB;
}
.BgClassName
{
background-color: #5E60DB;
}
</style>
border-color css
<style>
span { border-color: #5E60DB; }
span { border-color: rgb(94,96,219); }
td.TdClassName
{
border-color: #5E60DB;
}
.TagClassName
{
border-color: #5E60DB;
}
</style>