Shades of Slate Blue #5E62CD
Tints of Slate Blue #5E62CD
RGB
CMYK
RGB Variations
Color information
#5E62CD (or 0x5E62CD) is known color: Slate Blue. HEX triplet: 5E, 62 and CD. RGB value is (94,98,205). Sum of RGB (Red+Green+Blue) = 94+98+205=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E62CD is #A19D32. Grayscale: #6C6C6C. Windows color (decimal): -10591539 or 13460062. OLE color: 13460062.
HSL color Cylindrical-coordinate representation of color #5E62CD: hue angle of 237.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E62CD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 98 | 205 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.20 |
| HSL | 237.84º | 0.53% | 0.59% | - |
| HSV(B) | 237.84º | 0.54% | 0.8% | - |
| XYZ | 20 | 15.52 | 59.7 | - |
| YUV | 109 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 205 | 0.54 | 0.52 | 0 | 0.20 | 237.84 | 0.53 | 0.59 |
| Hex | 5E | 62 | CD | 36 | 34 | 0 | 14 | EE | 35 | 3B |
| Octal | 136 | 142 | 315 | 66 | 64 | 0 | 24 | 356 | 65 | 73 |
| Binary | 1011110 | 1100010 | 11001101 | 110110 | 110100 | 0 | 10100 | 11101110 | 110101 | 111011 |
Color Harmonies of #5E62CD
Complementary color
Monochromatic Colors of #5E62CD
Black with #5E62CD
Text Example
Text Example
White with #5E62CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E62CD; }
p { color: rgb(94,98,205); }
H1.HeaderClassName
{
color: #5E62CD;
}
.AnyTagClassName
{
color: #5E62CD;
}
</style>
background-color css
<style>
a { background-color: #5E62CD; }
a { background-color: rgb(94,98,205); }
div.DivClassName
{
background-color: #5E62CD;
}
.BgClassName
{
background-color: #5E62CD;
}
</style>
border-color css
<style>
span { border-color: #5E62CD; }
span { border-color: rgb(94,98,205); }
td.TdClassName
{
border-color: #5E62CD;
}
.TagClassName
{
border-color: #5E62CD;
}
</style>