#5F70FE

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

Shades of Medium Slate Blue #5F70FE

Tints of Medium Slate Blue #5F70FE

Color information

#5F70FE (or 0x5F70FE) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 70 and FE. RGB value is (95,112,254). Sum of RGB (Red+Green+Blue) = 95+112+254=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F70FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FE is #A08F01. Grayscale: #7A7A7A. Windows color (decimal): -10522370 or 16674911. OLE color: 16674911.

HSL color Cylindrical-coordinate representation of color #5F70FE: hue angle of 233.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F70FE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB95112254-
CMYK0.630.5600.00
HSL233.58º98.76%68.43%-
HSV(B)233.58º62.6%99.61%-
XYZ28.421.1896.36-
YUV123.1201.87107.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=20.61%
G=24.30%
B=55.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal951122540.630.5600.00233.5898.7668.43
Hex5F70FE3F3800ea6344
Octal137160376777000352143104
Binary1011111111000011111110111111111000001110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F70FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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