Shades of Slate Blue #5F5EC8
Tints of Slate Blue #5F5EC8
RGB
CMYK
RGB Variations
Color information
#5F5EC8 (or 0x5F5EC8) is known color: Slate Blue. HEX triplet: 5F, 5E and C8. RGB value is (95,94,200). Sum of RGB (Red+Green+Blue) = 95+94+200=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F5EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EC8 is #A0A137. Grayscale: #696969. Windows color (decimal): -10527032 or 13131359. OLE color: 13131359.
HSL color Cylindrical-coordinate representation of color #5F5EC8: hue angle of 240.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F5EC8 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 94 | 200 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.22 |
| HSL | 240.57º | 0.49% | 0.58% | - |
| HSV(B) | 240.57º | 0.53% | 0.78% | - |
| XYZ | 19.15 | 14.61 | 56.45 | - |
| YUV | 106.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 200 | 0.52 | 0.53 | 0 | 0.22 | 240.57 | 0.49 | 0.58 |
| Hex | 5F | 5E | C8 | 34 | 35 | 0 | 16 | F1 | 31 | 3A |
| Octal | 137 | 136 | 310 | 64 | 65 | 0 | 26 | 361 | 61 | 72 |
| Binary | 1011111 | 1011110 | 11001000 | 110100 | 110101 | 0 | 10110 | 11110001 | 110001 | 111010 |
Color Harmonies of #5F5EC8
Complementary color
Monochromatic Colors of #5F5EC8
Black with #5F5EC8
Text Example
Text Example
White with #5F5EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5EC8; }
p { color: rgb(95,94,200); }
H1.HeaderClassName
{
color: #5F5EC8;
}
.AnyTagClassName
{
color: #5F5EC8;
}
</style>
background-color css
<style>
a { background-color: #5F5EC8; }
a { background-color: rgb(95,94,200); }
div.DivClassName
{
background-color: #5F5EC8;
}
.BgClassName
{
background-color: #5F5EC8;
}
</style>
border-color css
<style>
span { border-color: #5F5EC8; }
span { border-color: rgb(95,94,200); }
td.TdClassName
{
border-color: #5F5EC8;
}
.TagClassName
{
border-color: #5F5EC8;
}
</style>