#5F70FD

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

Shades of Medium Slate Blue #5F70FD

Tints of Medium Slate Blue #5F70FD

Color information

#5F70FD (or 0x5F70FD) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 70 and FD. RGB value is (95,112,253). Sum of RGB (Red+Green+Blue) = 95+112+253=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F70FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FD is #A08F02. Grayscale: #7A7A7A. Windows color (decimal): -10522371 or 16609375. OLE color: 16609375.

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

Color convert

RGB95112253-
CMYK0.620.5600.01
HSL233.54º97.53%68.24%-
HSV(B)233.54º62.45%99.22%-
XYZ28.2421.1195.52-
YUV122.99201.37108.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 253 (99.22% from 255) = 55%
R=20.65%
G=24.35%
B=55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951122530.620.5600.01233.5497.5368.24
Hex5F70FD3E3801ea6244
Octal137160375767001352142104
Binary1011111111000011111101111110111000011110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F70FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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