#5F71FA

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

Shades of Medium Slate Blue #5F71FA

Tints of Medium Slate Blue #5F71FA

Color information

#5F71FA (or 0x5F71FA) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 71 and FA. RGB value is (95,113,250). Sum of RGB (Red+Green+Blue) = 95+113+250=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F71FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F71FA is #A08E05. Grayscale: #7A7A7A. Windows color (decimal): -10522118 or 16413023. OLE color: 16413023.

HSL color Cylindrical-coordinate representation of color #5F71FA: hue angle of 233.03º 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 #5F71FA is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95113250-
CMYK0.620.5500.02
HSL233.03º93.94%67.65%-
HSV(B)233.03º62%98.04%-
XYZ27.8821.1593.05-
YUV123.24199.54107.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.74%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 54.59%
R=20.74%
G=24.67%
B=54.59%

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
Decimal951132500.620.5500.02233.0393.9467.65
Hex5F71FA3E3702e95e44
Octal137161372766702351136104
Binary10111111110001111110101111101101110101110100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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