Shades of Slate Blue #5F45DA
Tints of Slate Blue #5F45DA
RGB
CMYK
RGB Variations
Color information
#5F45DA (or 0x5F45DA) is known color: Slate Blue. HEX triplet: 5F, 45 and DA. RGB value is (95,69,218). Sum of RGB (Red+Green+Blue) = 95+69+218=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F45DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F45DA is #A0BA25. Grayscale: #5D5D5D. Windows color (decimal): -10533414 or 14304607. OLE color: 14304607.
HSL color Cylindrical-coordinate representation of color #5F45DA: hue angle of 250.47º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F45DA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 69 | 218 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.15 |
| HSL | 250.47º | 0.67% | 0.56% | - |
| HSV(B) | 250.47º | 0.68% | 0.85% | - |
| XYZ | 19.5 | 11.75 | 67.57 | - |
| YUV | 93.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 218 | 0.56 | 0.68 | 0 | 0.15 | 250.47 | 0.67 | 0.56 |
| Hex | 5F | 45 | DA | 38 | 44 | 0 | F | FA | 43 | 38 |
| Octal | 137 | 105 | 332 | 70 | 104 | 0 | 17 | 372 | 103 | 70 |
| Binary | 1011111 | 1000101 | 11011010 | 111000 | 1000100 | 0 | 1111 | 11111010 | 1000011 | 111000 |
Color Harmonies of #5F45DA
Complementary color
Monochromatic Colors of #5F45DA
Black with #5F45DA
Text Example
Text Example
White with #5F45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F45DA; }
p { color: rgb(95,69,218); }
H1.HeaderClassName
{
color: #5F45DA;
}
.AnyTagClassName
{
color: #5F45DA;
}
</style>
background-color css
<style>
a { background-color: #5F45DA; }
a { background-color: rgb(95,69,218); }
div.DivClassName
{
background-color: #5F45DA;
}
.BgClassName
{
background-color: #5F45DA;
}
</style>
border-color css
<style>
span { border-color: #5F45DA; }
span { border-color: rgb(95,69,218); }
td.TdClassName
{
border-color: #5F45DA;
}
.TagClassName
{
border-color: #5F45DA;
}
</style>