#5F71FC

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

Shades of Medium Slate Blue #5F71FC

Tints of Medium Slate Blue #5F71FC

Color information

#5F71FC (or 0x5F71FC) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 71 and FC. RGB value is (95,113,252). Sum of RGB (Red+Green+Blue) = 95+113+252=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F71FC is #A08E03. Grayscale: #7A7A7A. Windows color (decimal): -10522116 or 16544095. OLE color: 16544095.

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

Color convert

RGB95113252-
CMYK0.620.5500.01
HSL233.12º96.32%68.04%-
HSV(B)233.12º62.3%98.82%-
XYZ28.221.2794.72-
YUV123.46200.54107.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=20.65%
G=24.57%
B=54.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951132520.620.5500.01233.1296.3268.04
Hex5F71FC3E3701e96044
Octal137161374766701351140104
Binary1011111111000111111100111110110111011110100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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