Shades of Slate Blue #5F59DC
Tints of Slate Blue #5F59DC
RGB
CMYK
RGB Variations
Color information
#5F59DC (or 0x5F59DC) is known color: Slate Blue. HEX triplet: 5F, 59 and DC. RGB value is (95,89,220). Sum of RGB (Red+Green+Blue) = 95+89+220=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F59DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59DC is #A0A623. Grayscale: #696969. Windows color (decimal): -10528292 or 14440799. OLE color: 14440799.
HSL color Cylindrical-coordinate representation of color #5F59DC: hue angle of 242.75º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F59DC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 89 | 220 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.14 |
| HSL | 242.75º | 0.65% | 0.61% | - |
| HSV(B) | 242.75º | 0.6% | 0.86% | - |
| XYZ | 21.21 | 14.74 | 69.44 | - |
| YUV | 105.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 220 | 0.57 | 0.60 | 0 | 0.14 | 242.75 | 0.65 | 0.61 |
| Hex | 5F | 59 | DC | 39 | 3C | 0 | E | F3 | 41 | 3D |
| Octal | 137 | 131 | 334 | 71 | 74 | 0 | 16 | 363 | 101 | 75 |
| Binary | 1011111 | 1011001 | 11011100 | 111001 | 111100 | 0 | 1110 | 11110011 | 1000001 | 111101 |
Color Harmonies of #5F59DC
Complementary color
Monochromatic Colors of #5F59DC
Black with #5F59DC
Text Example
Text Example
White with #5F59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F59DC; }
p { color: rgb(95,89,220); }
H1.HeaderClassName
{
color: #5F59DC;
}
.AnyTagClassName
{
color: #5F59DC;
}
</style>
background-color css
<style>
a { background-color: #5F59DC; }
a { background-color: rgb(95,89,220); }
div.DivClassName
{
background-color: #5F59DC;
}
.BgClassName
{
background-color: #5F59DC;
}
</style>
border-color css
<style>
span { border-color: #5F59DC; }
span { border-color: rgb(95,89,220); }
td.TdClassName
{
border-color: #5F59DC;
}
.TagClassName
{
border-color: #5F59DC;
}
</style>