#5f70f8

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

Shades of Medium Slate Blue #5F70F8

Tints of Medium Slate Blue #5F70F8

Color information

#5F70F8 (or 0x5F70F8) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 70 and F8. RGB value is (95,112,248). Sum of RGB (Red+Green+Blue) = 95+112+248=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F70F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70F8 is #A08F07. Grayscale: #797979. Windows color (decimal): -10522376 or 16281695. OLE color: 16281695.

HSL color Cylindrical-coordinate representation of color #5F70F8: hue angle of 233.33º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F70F8 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB95112248-
CMYK0.620.5500.03
HSL233.33º91.62%67.25%-
HSV(B)233.33º61.69%97.25%-
XYZ27.4620.891.37-
YUV122.42198.87108.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.88%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 248 (97.27% from 255) = 54.51%
R=20.88%
G=24.62%
B=54.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal951122480.620.5500.03233.3391.6267.25
Hex5F70F83E3703e95c43
Octal137160370766703351134103
Binary10111111110000111110001111101101110111110100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f70f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,112,248); }

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

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

 a { background-color: rgb(95,112,248); }

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

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

 span { border-color: rgb(95,112,248); }

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