#5f46df

Color #5F46DF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5F46DF

Tints of Slate Blue #5F46DF

Color information

#5F46DF (or 0x5F46DF) is unknown color: approx Slate Blue. HEX triplet: 5F, 46 and DF. RGB value is (95,70,223). Sum of RGB (Red+Green+Blue) = 95+70+223=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F46DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F46DF is #A0B920. Grayscale: #5E5E5E. Windows color (decimal): -10533153 or 14632543. OLE color: 14632543.

HSL color Cylindrical-coordinate representation of color #5F46DF: hue angle of 249.8º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F46DF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9570223-
CMYK0.570.6900.13
HSL249.8º70.51%57.45%-
HSV(B)249.8º68.61%87.45%-
XYZ20.2312.1471.09-
YUV94.92200.28128.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=24.48%
G=18.04%
B=57.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95702230.570.6900.13249.870.5157.45
Hex5F46DF39450Dfa4739
Octal1371063377110501537210771
Binary1011111100011011011111111001100010101101111110101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f46df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f46df; }

 p { color: rgb(95,70,223); }

 H1.HeaderClassName
 {
   color: #5f46df;
 }
 .AnyTagClassName
 {
   color: #5f46df;
 }
</style>
background-color css

<style>
 a { background-color: #5f46df; }

 a { background-color: rgb(95,70,223); }

 div.DivClassName
 {
   background-color: #5f46df;
 }
 .BgClassName
 {
   background-color: #5f46df;
 }
</style>
border-color css

<style>
 span { border-color: #5f46df; }

 span { border-color: rgb(95,70,223); }

 td.TdClassName
 {
   border-color: #5f46df;
 }
 .TagClassName
 {
   border-color: #5f46df;
 }
</style>