#5F70FA

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

Shades of Medium Slate Blue #5F70FA

Tints of Medium Slate Blue #5F70FA

Color information

#5F70FA (or 0x5F70FA) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 70 and FA. RGB value is (95,112,250). Sum of RGB (Red+Green+Blue) = 95+112+250=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FA is #A08F05. Grayscale: #7A7A7A. Windows color (decimal): -10522374 or 16412767. OLE color: 16412767.

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

Color convert

RGB95112250-
CMYK0.620.5500.02
HSL233.42º93.94%67.65%-
HSV(B)233.42º62%98.04%-
XYZ27.7720.9293.02-
YUV122.65199.87108.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.79%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=20.79%
G=24.51%
B=54.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951122500.620.5500.02233.4293.9467.65
Hex5F70FA3E3702e95e44
Octal137160372766702351136104
Binary10111111110000111110101111101101110101110100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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