Shades of Slate Blue #5F57DC
Tints of Slate Blue #5F57DC
RGB
CMYK
RGB Variations
Color information
#5F57DC (or 0x5F57DC) is known color: Slate Blue. HEX triplet: 5F, 57 and DC. RGB value is (95,87,220). Sum of RGB (Red+Green+Blue) = 95+87+220=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F57DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57DC is #A0A823. Grayscale: #686868. Windows color (decimal): -10528804 or 14440287. OLE color: 14440287.
HSL color Cylindrical-coordinate representation of color #5F57DC: hue angle of 243.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F57DC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 87 | 220 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.14 |
| HSL | 243.61º | 0.66% | 0.6% | - |
| HSV(B) | 243.61º | 0.6% | 0.86% | - |
| XYZ | 21.05 | 14.42 | 69.38 | - |
| YUV | 104.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 220 | 0.57 | 0.60 | 0 | 0.14 | 243.61 | 0.66 | 0.6 |
| Hex | 5F | 57 | DC | 39 | 3C | 0 | E | F4 | 42 | 3C |
| Octal | 137 | 127 | 334 | 71 | 74 | 0 | 16 | 364 | 102 | 74 |
| Binary | 1011111 | 1010111 | 11011100 | 111001 | 111100 | 0 | 1110 | 11110100 | 1000010 | 111100 |
Color Harmonies of #5F57DC
Complementary color
Monochromatic Colors of #5F57DC
Black with #5F57DC
Text Example
Text Example
White with #5F57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F57DC; }
p { color: rgb(95,87,220); }
H1.HeaderClassName
{
color: #5F57DC;
}
.AnyTagClassName
{
color: #5F57DC;
}
</style>
background-color css
<style>
a { background-color: #5F57DC; }
a { background-color: rgb(95,87,220); }
div.DivClassName
{
background-color: #5F57DC;
}
.BgClassName
{
background-color: #5F57DC;
}
</style>
border-color css
<style>
span { border-color: #5F57DC; }
span { border-color: rgb(95,87,220); }
td.TdClassName
{
border-color: #5F57DC;
}
.TagClassName
{
border-color: #5F57DC;
}
</style>